Html Css Color HEX #B0CE72 Caper

📋 copy color: '#B0CE72'

red 176 ◦ green 206 ◦ blue 114

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

Shades of Caper #B0CE72

Tints of Caper #B0CE72

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.53%

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

R = 35.48%
G = 41.53%
B = 22.98%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#B0CE72 (or 0xB0CE72) is known color: Caper. HEX triplet: B0, CE and 72. RGB value is (176,206,114). Sum of RGB (Red+Green+Blue) = 176+206+114=496 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.48% from 496); Green value is 206 (80.86% from 255 or 41.53% from 496); Blue value is 114 (44.92% from 255 or 22.98% from 496); Max value from RGB is 206 - color contains mainly: green. Hex color #B0CE72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CE72 is #4F318D. Grayscale: #BABABA. Windows color (decimal): -5190030 or 7524016. OLE color: 7524016.

HSL color Cylindrical-coordinate representation of color #B0CE72: hue angle of 79.57º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B0CE72 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 206 114 -
CMYK 0.15 0 0.45 0.19
HSL 79.57º 0.48% 0.63% -
HSV(B) 79.57º 0.45% 0.81% -
XYZ 43.01 54.59 24.19 -
YUV 186.54 87.06 120.48 -
System Red Green Blue C M Y K H S L
Decimal 176 206 114 0.15 0 0.45 0.19 79.57 0.48 0.63
Hex B0 CE 72 F 0 2D 13 50 30 3F
Octal 260 316 162 17 0 55 23 120 60 77
Binary 10110000 11001110 1110010 1111 0 101101 10011 1010000 110000 111111

Color Harmonies of #B0CE72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CE72

Black with #B0CE72

Text Example


Text Example

White with #B0CE72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CE72; }

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

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

background-color css

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

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

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

border-color css

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

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

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