Html Css Color HEX #C2BB57 Olive Green

📋 copy color: '#C2BB57'

red 194 ◦ green 187 ◦ blue 87

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

Shades of Olive Green #C2BB57

Tints of Olive Green #C2BB57

RGB

 RED value IS 194 (76.17% from 255) = 41.45%

 GREEN value IS 187 (73.44% from 255) = 39.96%

 BLUE value IS 87 (34.38% from 255) = 18.59%

R = 41.45%
G = 39.96%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C2BB57 (or 0xC2BB57) is known color: Olive Green. HEX triplet: C2, BB and 57. RGB value is (194,187,87). Sum of RGB (Red+Green+Blue) = 194+187+87=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 187 (73.44% from 255 or 39.96% from 468); Blue value is 87 (34.38% from 255 or 18.59% from 468); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BB57 is #3D44A8. Grayscale: #B2B2B2. Windows color (decimal): -4015273 or 5749698. OLE color: 5749698.

HSL color Cylindrical-coordinate representation of color #C2BB57: hue angle of 56.07º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C2BB57 is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 187 87 -
CMYK 0 0.04 0.55 0.24
HSL 56.07º 0.47% 0.55% -
HSV(B) 56.07º 0.55% 0.76% -
XYZ 41.74 47.7 16.02 -
YUV 177.69 76.82 139.63 -
System Red Green Blue C M Y K H S L
Decimal 194 187 87 0 0.04 0.55 0.24 56.07 0.47 0.55
Hex C2 BB 57 0 4 37 18 38 2F 37
Octal 302 273 127 0 4 67 30 70 57 67
Binary 11000010 10111011 1010111 0 100 110111 11000 111000 101111 110111

Color Harmonies of #C2BB57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BB57

Black with #C2BB57

Text Example


Text Example

White with #C2BB57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BB57; }

 p { color: rgb(194,187,87); }

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

background-color css

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

 a { background-color: rgb(194,187,87); }

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

border-color css

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

 span { border-color: rgb(194,187,87); }

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