Html Css Color HEX #C0BB50 Olive Green

📋 copy color: '#C0BB50'

red 192 ◦ green 187 ◦ blue 80

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

Shades of Olive Green #C0BB50

Tints of Olive Green #C0BB50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 17.43%

R = 41.83%
G = 40.74%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#C0BB50 (or 0xC0BB50) is known color: Olive Green. HEX triplet: C0, BB and 50. RGB value is (192,187,80). Sum of RGB (Red+Green+Blue) = 192+187+80=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 187 (73.44% from 255 or 40.74% from 459); Blue value is 80 (31.64% from 255 or 17.43% from 459); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BB50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BB50 is #3F44AF. Grayscale: #B0B0B0. Windows color (decimal): -4146352 or 5290944. OLE color: 5290944.

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

Color convert

RGB 192 187 80 -
CMYK 0 0.03 0.58 0.25
HSL 57.32º 0.47% 0.53% -
HSV(B) 57.32º 0.58% 0.75% -
XYZ 40.96 47.33 14.57 -
YUV 176.3 73.66 139.2 -
System Red Green Blue C M Y K H S L
Decimal 192 187 80 0 0.03 0.58 0.25 57.32 0.47 0.53
Hex C0 BB 50 0 3 3A 19 39 2F 35
Octal 300 273 120 0 3 72 31 71 57 65
Binary 11000000 10111011 1010000 0 11 111010 11001 111001 101111 110101

Color Harmonies of #C0BB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BB50

Black with #C0BB50

Text Example


Text Example

White with #C0BB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BB50; }

 p { color: rgb(192,187,80); }

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

background-color css

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

 a { background-color: rgb(192,187,80); }

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

border-color css

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

 span { border-color: rgb(192,187,80); }

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