Html Css Color HEX #B0C972 Caper

📋 copy color: '#B0C972'

red 176 ◦ green 201 ◦ blue 114

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

Shades of Caper #B0C972

Tints of Caper #B0C972

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.94%

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

R = 35.85%
G = 40.94%
B = 23.22%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#B0C972 (or 0xB0C972) is known color: Caper. HEX triplet: B0, C9 and 72. RGB value is (176,201,114). Sum of RGB (Red+Green+Blue) = 176+201+114=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 201 (78.91% from 255 or 40.94% from 491); Blue value is 114 (44.92% from 255 or 23.22% from 491); Max value from RGB is 201 - color contains mainly: green. Hex color #B0C972 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C972 is #4F368D. Grayscale: #B7B7B7. Windows color (decimal): -5191310 or 7522736. OLE color: 7522736.

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

Color convert

RGB 176 201 114 -
CMYK 0.12 0 0.43 0.21
HSL 77.24º 0.45% 0.62% -
HSV(B) 77.24º 0.43% 0.79% -
XYZ 41.83 52.22 23.79 -
YUV 183.61 88.72 122.57 -
System Red Green Blue C M Y K H S L
Decimal 176 201 114 0.12 0 0.43 0.21 77.24 0.45 0.62
Hex B0 C9 72 C 0 2B 15 4D 2D 3E
Octal 260 311 162 14 0 53 25 115 55 76
Binary 10110000 11001001 1110010 1100 0 101011 10101 1001101 101101 111110

Color Harmonies of #B0C972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C972

Black with #B0C972

Text Example


Text Example

White with #B0C972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C972; }

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

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

background-color css

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

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

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

border-color css

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

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

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