Html Css Color HEX #C0B75C Olive Green

📋 copy color: '#C0B75C'

red 192 ◦ green 183 ◦ blue 92

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

Shades of Olive Green #C0B75C

Tints of Olive Green #C0B75C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.7%

R = 41.11%
G = 39.19%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#C0B75C (or 0xC0B75C) is known color: Olive Green. HEX triplet: C0, B7 and 5C. RGB value is (192,183,92). Sum of RGB (Red+Green+Blue) = 192+183+92=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 183 (71.88% from 255 or 39.19% from 467); Blue value is 92 (36.33% from 255 or 19.70% from 467); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B75C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B75C is #3F48A3. Grayscale: #AFAFAF. Windows color (decimal): -4147364 or 6076352. OLE color: 6076352.

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

Color convert

RGB 192 183 92 -
CMYK 0 0.05 0.52 0.25
HSL 54.6º 0.44% 0.56% -
HSV(B) 54.6º 0.52% 0.75% -
XYZ 40.6 45.85 16.83 -
YUV 175.32 80.98 139.9 -
System Red Green Blue C M Y K H S L
Decimal 192 183 92 0 0.05 0.52 0.25 54.6 0.44 0.56
Hex C0 B7 5C 0 5 34 19 37 2C 38
Octal 300 267 134 0 5 64 31 67 54 70
Binary 11000000 10110111 1011100 0 101 110100 11001 110111 101100 111000

Color Harmonies of #C0B75C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B75C

Black with #C0B75C

Text Example


Text Example

White with #C0B75C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B75C; }

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

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

background-color css

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

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

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

border-color css

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

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

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