Html Css Color HEX #C0B85B Olive Green

📋 copy color: '#C0B85B'

red 192 ◦ green 184 ◦ blue 91

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

Shades of Olive Green #C0B85B

Tints of Olive Green #C0B85B

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.4%

 BLUE value IS 91 (35.94% from 255) = 19.49%

R = 41.11%
G = 39.4%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#C0B85B (or 0xC0B85B) is known color: Olive Green. HEX triplet: C0, B8 and 5B. RGB value is (192,184,91). Sum of RGB (Red+Green+Blue) = 192+184+91=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 184 (72.27% from 255 or 39.40% from 467); Blue value is 91 (35.94% from 255 or 19.49% from 467); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B85B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B85B is #3F47A4. Grayscale: #B0B0B0. Windows color (decimal): -4147109 or 6011072. OLE color: 6011072.

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

Color convert

RGB 192 184 91 -
CMYK 0 0.04 0.53 0.25
HSL 55.25º 0.44% 0.55% -
HSV(B) 55.25º 0.53% 0.75% -
XYZ 40.77 46.24 16.67 -
YUV 175.79 80.15 139.56 -
System Red Green Blue C M Y K H S L
Decimal 192 184 91 0 0.04 0.53 0.25 55.25 0.44 0.55
Hex C0 B8 5B 0 4 35 19 37 2C 37
Octal 300 270 133 0 4 65 31 67 54 67
Binary 11000000 10111000 1011011 0 100 110101 11001 110111 101100 110111

Color Harmonies of #C0B85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B85B

Black with #C0B85B

Text Example


Text Example

White with #C0B85B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B85B; }

 p { color: rgb(192,184,91); }

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

background-color css

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

 a { background-color: rgb(192,184,91); }

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

border-color css

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

 span { border-color: rgb(192,184,91); }

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