Html Css Color HEX #C0BE58 Olive Green

📋 copy color: '#C0BE58'

red 192 ◦ green 190 ◦ blue 88

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

Shades of Olive Green #C0BE58

Tints of Olive Green #C0BE58

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.43%

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

R = 40.85%
G = 40.43%
B = 18.72%

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

#C0BE58 (or 0xC0BE58) is known color: Olive Green. HEX triplet: C0, BE and 58. RGB value is (192,190,88). Sum of RGB (Red+Green+Blue) = 192+190+88=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 190 (74.61% from 255 or 40.43% from 470); Blue value is 88 (34.77% from 255 or 18.72% from 470); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BE58 is #3F41A7. Grayscale: #B3B3B3. Windows color (decimal): -4145576 or 5816000. OLE color: 5816000.

HSL color Cylindrical-coordinate representation of color #C0BE58: hue angle of 58.85º 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 #C0BE58 is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 190 88 -
CMYK 0 0.01 0.54 0.25
HSL 58.85º 0.45% 0.55% -
HSV(B) 58.85º 0.54% 0.75% -
XYZ 41.91 48.74 16.43 -
YUV 178.97 76.66 137.29 -
System Red Green Blue C M Y K H S L
Decimal 192 190 88 0 0.01 0.54 0.25 58.85 0.45 0.55
Hex C0 BE 58 0 1 36 19 3B 2D 37
Octal 300 276 130 0 1 66 31 73 55 67
Binary 11000000 10111110 1011000 0 1 110110 11001 111011 101101 110111

Color Harmonies of #C0BE58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BE58

Black with #C0BE58

Text Example


Text Example

White with #C0BE58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BE58; }

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

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

background-color css

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

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

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

border-color css

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

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

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