Html Css Color HEX #C1B75A Olive Green

📋 copy color: '#C1B75A'

red 193 ◦ green 183 ◦ blue 90

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

Shades of Olive Green #C1B75A

Tints of Olive Green #C1B75A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.31%

R = 41.42%
G = 39.27%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C1B75A (or 0xC1B75A) is known color: Olive Green. HEX triplet: C1, B7 and 5A. RGB value is (193,183,90). Sum of RGB (Red+Green+Blue) = 193+183+90=466 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.42% from 466); Green value is 183 (71.88% from 255 or 39.27% from 466); Blue value is 90 (35.55% from 255 or 19.31% from 466); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B75A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B75A is #3E48A5. Grayscale: #AFAFAF. Windows color (decimal): -4081830 or 5945281. OLE color: 5945281.

HSL color Cylindrical-coordinate representation of color #C1B75A: hue angle of 54.17º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C1B75A is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 183 90 -
CMYK 0 0.05 0.53 0.24
HSL 54.17º 0.45% 0.55% -
HSV(B) 54.17º 0.53% 0.76% -
XYZ 40.77 45.94 16.39 -
YUV 175.39 79.81 140.56 -
System Red Green Blue C M Y K H S L
Decimal 193 183 90 0 0.05 0.53 0.24 54.17 0.45 0.55
Hex C1 B7 5A 0 5 35 18 36 2D 37
Octal 301 267 132 0 5 65 30 66 55 67
Binary 11000001 10110111 1011010 0 101 110101 11000 110110 101101 110111

Color Harmonies of #C1B75A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B75A

Black with #C1B75A

Text Example


Text Example

White with #C1B75A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B75A; }

 p { color: rgb(193,183,90); }

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

background-color css

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

 a { background-color: rgb(193,183,90); }

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

border-color css

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

 span { border-color: rgb(193,183,90); }

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