Html Css Color HEX #C0BD57 Olive Green

📋 copy color: '#C0BD57'

red 192 ◦ green 189 ◦ blue 87

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

Shades of Olive Green #C0BD57

Tints of Olive Green #C0BD57

RGB

 RED value IS 192 (75.39% from 255) = 41.03%

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

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

R = 41.03%
G = 40.38%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#C0BD57 (or 0xC0BD57) is known color: Olive Green. HEX triplet: C0, BD and 57. RGB value is (192,189,87). Sum of RGB (Red+Green+Blue) = 192+189+87=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 189 (74.22% from 255 or 40.38% from 468); Blue value is 87 (34.38% from 255 or 18.59% from 468); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BD57 is #3F42A8. Grayscale: #B2B2B2. Windows color (decimal): -4145833 or 5750208. OLE color: 5750208.

HSL color Cylindrical-coordinate representation of color #C0BD57: hue angle of 58.29º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C0BD57 is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 189 87 -
CMYK 0 0.02 0.55 0.25
HSL 58.29º 0.45% 0.55% -
HSV(B) 58.29º 0.55% 0.75% -
XYZ 41.66 48.29 16.14 -
YUV 178.27 76.49 137.79 -
System Red Green Blue C M Y K H S L
Decimal 192 189 87 0 0.02 0.55 0.25 58.29 0.45 0.55
Hex C0 BD 57 0 2 37 19 3A 2D 37
Octal 300 275 127 0 2 67 31 72 55 67
Binary 11000000 10111101 1010111 0 10 110111 11001 111010 101101 110111

Color Harmonies of #C0BD57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BD57

Black with #C0BD57

Text Example


Text Example

White with #C0BD57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BD57; }

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

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

background-color css

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

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

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

border-color css

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

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

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