Html Css Color HEX #B0C872 Caper

📋 copy color: '#B0C872'

red 176 ◦ green 200 ◦ blue 114

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

Shades of Caper #B0C872

Tints of Caper #B0C872

RGB

 RED value IS 176 (69.14% from 255) = 35.92%

 GREEN value IS 200 (78.52% from 255) = 40.82%

 BLUE value IS 114 (44.92% from 255) = 23.27%

R = 35.92%
G = 40.82%
B = 23.27%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#B0C872 (or 0xB0C872) is known color: Caper. HEX triplet: B0, C8 and 72. RGB value is (176,200,114). Sum of RGB (Red+Green+Blue) = 176+200+114=490 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.92% from 490); Green value is 200 (78.52% from 255 or 40.82% from 490); Blue value is 114 (44.92% from 255 or 23.27% from 490); Max value from RGB is 200 - color contains mainly: green. Hex color #B0C872 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C872 is #4F378D. Grayscale: #B7B7B7. Windows color (decimal): -5191566 or 7522480. OLE color: 7522480.

HSL color Cylindrical-coordinate representation of color #B0C872: hue angle of 76.74º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B0C872 is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 176 200 114 -
CMYK 0.12 0 0.43 0.22
HSL 76.74º 0.44% 0.62% -
HSV(B) 76.74º 0.43% 0.78% -
XYZ 41.6 51.75 23.72 -
YUV 183.02 89.05 122.99 -
System Red Green Blue C M Y K H S L
Decimal 176 200 114 0.12 0 0.43 0.22 76.74 0.44 0.62
Hex B0 C8 72 C 0 2B 16 4D 2C 3E
Octal 260 310 162 14 0 53 26 115 54 76
Binary 10110000 11001000 1110010 1100 0 101011 10110 1001101 101100 111110

Color Harmonies of #B0C872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C872

Black with #B0C872

Text Example


Text Example

White with #B0C872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C872; }

 p { color: rgb(176,200,114); }

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

background-color css

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

 a { background-color: rgb(176,200,114); }

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

border-color css

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

 span { border-color: rgb(176,200,114); }

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