Html Css Color HEX #C1B950 Olive Green

📋 copy color: '#C1B950'

red 193 ◦ green 185 ◦ blue 80

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

Shades of Olive Green #C1B950

Tints of Olive Green #C1B950

RGB

 RED value IS 193 (75.78% from 255) = 42.14%

 GREEN value IS 185 (72.66% from 255) = 40.39%

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

R = 42.14%
G = 40.39%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C1B950 (or 0xC1B950) is known color: Olive Green. HEX triplet: C1, B9 and 50. RGB value is (193,185,80). Sum of RGB (Red+Green+Blue) = 193+185+80=458 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.14% from 458); Green value is 185 (72.66% from 255 or 40.39% from 458); Blue value is 80 (31.64% from 255 or 17.47% from 458); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B950 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B950 is #3E46AF. Grayscale: #AFAFAF. Windows color (decimal): -4081328 or 5290433. OLE color: 5290433.

HSL color Cylindrical-coordinate representation of color #C1B950: hue angle of 55.75º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C1B950 is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 185 80 -
CMYK 0 0.04 0.59 0.24
HSL 55.75º 0.48% 0.54% -
HSV(B) 55.75º 0.59% 0.76% -
XYZ 40.79 46.61 14.44 -
YUV 175.42 74.15 140.54 -
System Red Green Blue C M Y K H S L
Decimal 193 185 80 0 0.04 0.59 0.24 55.75 0.48 0.54
Hex C1 B9 50 0 4 3B 18 38 30 36
Octal 301 271 120 0 4 73 30 70 60 66
Binary 11000001 10111001 1010000 0 100 111011 11000 111000 110000 110110

Color Harmonies of #C1B950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B950

Black with #C1B950

Text Example


Text Example

White with #C1B950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B950; }

 p { color: rgb(193,185,80); }

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

background-color css

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

 a { background-color: rgb(193,185,80); }

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

border-color css

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

 span { border-color: rgb(193,185,80); }

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