Html Css Color HEX #B0C06E Caper

📋 copy color: '#B0C06E'

red 176 ◦ green 192 ◦ blue 110

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

Shades of Caper #B0C06E

Tints of Caper #B0C06E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.01%

R = 36.82%
G = 40.17%
B = 23.01%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#B0C06E (or 0xB0C06E) is known color: Caper. HEX triplet: B0, C0 and 6E. RGB value is (176,192,110). Sum of RGB (Red+Green+Blue) = 176+192+110=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 192 (75.39% from 255 or 40.17% from 478); Blue value is 110 (43.36% from 255 or 23.01% from 478); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C06E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C06E is #4F3F91. Grayscale: #B2B2B2. Windows color (decimal): -5193618 or 7258288. OLE color: 7258288.

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

Color convert

RGB 176 192 110 -
CMYK 0.08 0 0.43 0.25
HSL 71.71º 0.39% 0.59% -
HSV(B) 71.71º 0.43% 0.75% -
XYZ 39.57 48.06 21.94 -
YUV 177.87 89.7 126.67 -
System Red Green Blue C M Y K H S L
Decimal 176 192 110 0.08 0 0.43 0.25 71.71 0.39 0.59
Hex B0 C0 6E 8 0 2B 19 48 27 3B
Octal 260 300 156 10 0 53 31 110 47 73
Binary 10110000 11000000 1101110 1000 0 101011 11001 1001000 100111 111011

Color Harmonies of #B0C06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C06E

Black with #B0C06E

Text Example


Text Example

White with #B0C06E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C06E; }

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

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

background-color css

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

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

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

border-color css

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

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

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