Html Css Color HEX #B0C372 Caper

📋 copy color: '#B0C372'

red 176 ◦ green 195 ◦ blue 114

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

Shades of Caper #B0C372

Tints of Caper #B0C372

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.21%

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

R = 36.29%
G = 40.21%
B = 23.51%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#B0C372 (or 0xB0C372) is known color: Caper. HEX triplet: B0, C3 and 72. RGB value is (176,195,114). Sum of RGB (Red+Green+Blue) = 176+195+114=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 195 (76.56% from 255 or 40.21% from 485); Blue value is 114 (44.92% from 255 or 23.51% from 485); Max value from RGB is 195 - color contains mainly: green. Hex color #B0C372 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C372 is #4F3C8D. Grayscale: #B4B4B4. Windows color (decimal): -5192846 or 7521200. OLE color: 7521200.

HSL color Cylindrical-coordinate representation of color #B0C372: hue angle of 74.07º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B0C372 is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 195 114 -
CMYK 0.10 0 0.42 0.24
HSL 74.07º 0.4% 0.61% -
HSV(B) 74.07º 0.42% 0.76% -
XYZ 40.46 49.48 23.34 -
YUV 180.09 90.71 125.09 -
System Red Green Blue C M Y K H S L
Decimal 176 195 114 0.10 0 0.42 0.24 74.07 0.4 0.61
Hex B0 C3 72 A 0 2A 18 4A 28 3D
Octal 260 303 162 12 0 52 30 112 50 75
Binary 10110000 11000011 1110010 1010 0 101010 11000 1001010 101000 111101

Color Harmonies of #B0C372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C372

Black with #B0C372

Text Example


Text Example

White with #B0C372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C372; }

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

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

background-color css

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

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

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

border-color css

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

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

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