Html Css Color HEX #C0BF58 Olive Green

📋 copy color: '#C0BF58'

red 192 ◦ green 191 ◦ blue 88

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

Shades of Olive Green #C0BF58

Tints of Olive Green #C0BF58

RGB

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

 GREEN value IS 191 (75% from 255) = 40.55%

 BLUE value IS 88 (34.77% from 255) = 18.68%

R = 40.76%
G = 40.55%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#C0BF58 (or 0xC0BF58) is known color: Olive Green. HEX triplet: C0, BF and 58. RGB value is (192,191,88). Sum of RGB (Red+Green+Blue) = 192+191+88=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 191 (75% from 255 or 40.55% from 471); Blue value is 88 (34.77% from 255 or 18.68% from 471); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BF58 is #3F40A7. Grayscale: #B3B3B3. Windows color (decimal): -4145320 or 5816256. OLE color: 5816256.

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

Color convert

RGB 192 191 88 -
CMYK 0 0.01 0.54 0.25
HSL 59.42º 0.45% 0.55% -
HSV(B) 59.42º 0.54% 0.75% -
XYZ 42.13 49.17 16.5 -
YUV 179.56 76.33 136.88 -
System Red Green Blue C M Y K H S L
Decimal 192 191 88 0 0.01 0.54 0.25 59.42 0.45 0.55
Hex C0 BF 58 0 1 36 19 3B 2D 37
Octal 300 277 130 0 1 66 31 73 55 67
Binary 11000000 10111111 1011000 0 1 110110 11001 111011 101101 110111

Color Harmonies of #C0BF58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BF58

Black with #C0BF58

Text Example


Text Example

White with #C0BF58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BF58; }

 p { color: rgb(192,191,88); }

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

background-color css

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

 a { background-color: rgb(192,191,88); }

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

border-color css

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

 span { border-color: rgb(192,191,88); }

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