Html Css Color HEX #B0C072 Caper

📋 copy color: '#B0C072'

red 176 ◦ green 192 ◦ blue 114

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

Shades of Caper #B0C072

Tints of Caper #B0C072

RGB

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

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

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

R = 36.51%
G = 39.83%
B = 23.65%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#B0C072 (or 0xB0C072) is known color: Caper. HEX triplet: B0, C0 and 72. RGB value is (176,192,114). Sum of RGB (Red+Green+Blue) = 176+192+114=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 192 (75.39% from 255 or 39.83% from 482); Blue value is 114 (44.92% from 255 or 23.65% from 482); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C072 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C072 is #4F3F8D. Grayscale: #B2B2B2. Windows color (decimal): -5193614 or 7520432. OLE color: 7520432.

HSL color Cylindrical-coordinate representation of color #B0C072: hue angle of 72.31º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B0C072 is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 192 114 -
CMYK 0.08 0 0.41 0.25
HSL 72.31º 0.38% 0.6% -
HSV(B) 72.31º 0.41% 0.75% -
XYZ 39.79 48.14 23.12 -
YUV 178.32 91.7 126.34 -
System Red Green Blue C M Y K H S L
Decimal 176 192 114 0.08 0 0.41 0.25 72.31 0.38 0.6
Hex B0 C0 72 8 0 29 19 48 26 3C
Octal 260 300 162 10 0 51 31 110 46 74
Binary 10110000 11000000 1110010 1000 0 101001 11001 1001000 100110 111100

Color Harmonies of #B0C072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C072

Black with #B0C072

Text Example


Text Example

White with #B0C072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C072; }

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

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

background-color css

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

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

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

border-color css

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

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

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