Html Css Color HEX #B2C081 Caper

📋 copy color: '#B2C081'

red 178 ◦ green 192 ◦ blue 129

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

Shades of Caper #B2C081

Tints of Caper #B2C081

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.48%

 BLUE value IS 129 (50.78% from 255) = 25.85%

R = 35.67%
G = 38.48%
B = 25.85%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#B2C081 (or 0xB2C081) is known color: Caper. HEX triplet: B2, C0 and 81. RGB value is (178,192,129). Sum of RGB (Red+Green+Blue) = 178+192+129=499 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.67% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 129 (50.78% from 255 or 25.85% from 499); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C081 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C081 is #4D3F7E. Grayscale: #B4B4B4. Windows color (decimal): -5062527 or 8503474. OLE color: 8503474.

HSL color Cylindrical-coordinate representation of color #B2C081: hue angle of 73.33º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B2C081 is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 192 129 -
CMYK 0.07 0 0.33 0.25
HSL 73.33º 0.33% 0.63% -
HSV(B) 73.33º 0.33% 0.75% -
XYZ 41.17 48.75 28.01 -
YUV 180.63 98.86 126.12 -
System Red Green Blue C M Y K H S L
Decimal 178 192 129 0.07 0 0.33 0.25 73.33 0.33 0.63
Hex B2 C0 81 7 0 21 19 49 21 3F
Octal 262 300 201 7 0 41 31 111 41 77
Binary 10110010 11000000 10000001 111 0 100001 11001 1001001 100001 111111

Color Harmonies of #B2C081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C081

Black with #B2C081

Text Example


Text Example

White with #B2C081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C081; }

 p { color: rgb(178,192,129); }

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

background-color css

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

 a { background-color: rgb(178,192,129); }

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

border-color css

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

 span { border-color: rgb(178,192,129); }

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