Html Css Color HEX #C0B75B Olive Green

📋 copy color: '#C0B75B'

red 192 ◦ green 183 ◦ blue 91

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

Shades of Olive Green #C0B75B

Tints of Olive Green #C0B75B

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.27%

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

R = 41.2%
G = 39.27%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#C0B75B (or 0xC0B75B) is known color: Olive Green. HEX triplet: C0, B7 and 5B. RGB value is (192,183,91). Sum of RGB (Red+Green+Blue) = 192+183+91=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 183 (71.88% from 255 or 39.27% from 466); Blue value is 91 (35.94% from 255 or 19.53% from 466); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B75B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B75B is #3F48A4. Grayscale: #AFAFAF. Windows color (decimal): -4147365 or 6010816. OLE color: 6010816.

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

Color convert

RGB 192 183 91 -
CMYK 0 0.05 0.53 0.25
HSL 54.65º 0.44% 0.55% -
HSV(B) 54.65º 0.53% 0.75% -
XYZ 40.56 45.83 16.61 -
YUV 175.2 80.48 139.98 -
System Red Green Blue C M Y K H S L
Decimal 192 183 91 0 0.05 0.53 0.25 54.65 0.44 0.55
Hex C0 B7 5B 0 5 35 19 37 2C 37
Octal 300 267 133 0 5 65 31 67 54 67
Binary 11000000 10110111 1011011 0 101 110101 11001 110111 101100 110111

Color Harmonies of #C0B75B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B75B

Black with #C0B75B

Text Example


Text Example

White with #C0B75B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B75B; }

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

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

background-color css

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

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

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

border-color css

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

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

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