Html Css Color HEX #B2C291 Caper

📋 copy color: '#B2C291'

red 178 ◦ green 194 ◦ blue 145

#B2C291
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caper #B2C291

Tints of Caper #B2C291

RGB

 RED value IS 178 (69.92% from 255) = 34.43%

 GREEN value IS 194 (76.17% from 255) = 37.52%

 BLUE value IS 145 (57.03% from 255) = 28.05%

R = 34.43%
G = 37.52%
B = 28.05%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.25

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B2C291 (or 0xB2C291) is known color: Caper. HEX triplet: B2, C2 and 91. RGB value is (178,194,145). Sum of RGB (Red+Green+Blue) = 178+194+145=517 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.43% from 517); Green value is 194 (76.17% from 255 or 37.52% from 517); Blue value is 145 (57.03% from 255 or 28.05% from 517); Max value from RGB is 194 - color contains mainly: green. Hex color #B2C291 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C291 is #4D3D6E. Grayscale: #B7B7B7. Windows color (decimal): -5061999 or 9552562. OLE color: 9552562.

HSL color Cylindrical-coordinate representation of color #B2C291: hue angle of 79.59º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2C291 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 178 194 145 -
CMYK 0.08 0 0.25 0.24
HSL 79.59º 0.29% 0.66% -
HSV(B) 79.59º 0.25% 0.76% -
XYZ 42.76 50.09 34.2 -
YUV 183.63 106.2 123.98 -
System Red Green Blue C M Y K H S L
Decimal 178 194 145 0.08 0 0.25 0.24 79.59 0.29 0.66
Hex B2 C2 91 8 0 19 18 50 1D 42
Octal 262 302 221 10 0 31 30 120 35 102
Binary 10110010 11000010 10010001 1000 0 11001 11000 1010000 11101 1000010

Color Harmonies of #B2C291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C291

Black with #B2C291

Text Example


Text Example

White with #B2C291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C291; }

 p { color: rgb(178,194,145); }

 H1.HeaderClassName
 {
   color: #B2C291;
 }
 .AnyTagClassName
 {
   color: #B2C291;
 }
</style>

background-color css

<style>
 a { background-color: #B2C291; }

 a { background-color: rgb(178,194,145); }

 div.DivClassName
 {
   background-color: #B2C291;
 }
 .BgClassName
 {
   background-color: #B2C291;
 }
</style>

border-color css

<style>
 span { border-color: #B2C291; }

 span { border-color: rgb(178,194,145); }

 td.TdClassName
 {
   border-color: #B2C291;
 }
 .TagClassName
 {
   border-color: #B2C291;
 }
</style>