Html Css Color HEX #C2BD57 Olive Green

📋 copy color: '#C2BD57'

red 194 ◦ green 189 ◦ blue 87

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

Shades of Olive Green #C2BD57

Tints of Olive Green #C2BD57

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.21%

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

R = 41.28%
G = 40.21%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C2BD57 (or 0xC2BD57) is known color: Olive Green. HEX triplet: C2, BD and 57. RGB value is (194,189,87). Sum of RGB (Red+Green+Blue) = 194+189+87=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 189 (74.22% from 255 or 40.21% from 470); Blue value is 87 (34.38% from 255 or 18.51% from 470); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BD57 is #3D42A8. Grayscale: #B3B3B3. Windows color (decimal): -4014761 or 5750210. OLE color: 5750210.

HSL color Cylindrical-coordinate representation of color #C2BD57: hue angle of 57.2º 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 #C2BD57 is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 189 87 -
CMYK 0 0.03 0.55 0.24
HSL 57.2º 0.47% 0.55% -
HSV(B) 57.2º 0.55% 0.76% -
XYZ 42.17 48.55 16.17 -
YUV 178.87 76.16 138.79 -
System Red Green Blue C M Y K H S L
Decimal 194 189 87 0 0.03 0.55 0.24 57.2 0.47 0.55
Hex C2 BD 57 0 3 37 18 39 2F 37
Octal 302 275 127 0 3 67 30 71 57 67
Binary 11000010 10111101 1010111 0 11 110111 11000 111001 101111 110111

Color Harmonies of #C2BD57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BD57

Black with #C2BD57

Text Example


Text Example

White with #C2BD57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BD57; }

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

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

background-color css

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

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

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

border-color css

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

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

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