Html Css Color HEX #C1B85C Olive Green

📋 copy color: '#C1B85C'

red 193 ◦ green 184 ◦ blue 92

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

Shades of Olive Green #C1B85C

Tints of Olive Green #C1B85C

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.23%

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

R = 41.15%
G = 39.23%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C1B85C (or 0xC1B85C) is known color: Olive Green. HEX triplet: C1, B8 and 5C. RGB value is (193,184,92). Sum of RGB (Red+Green+Blue) = 193+184+92=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 184 (72.27% from 255 or 39.23% from 469); Blue value is 92 (36.33% from 255 or 19.62% from 469); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B85C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B85C is #3E47A3. Grayscale: #B0B0B0. Windows color (decimal): -4081572 or 6076609. OLE color: 6076609.

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

Color convert

RGB 193 184 92 -
CMYK 0 0.05 0.52 0.24
HSL 54.65º 0.45% 0.56% -
HSV(B) 54.65º 0.52% 0.76% -
XYZ 41.06 46.39 16.92 -
YUV 176.2 80.48 139.98 -
System Red Green Blue C M Y K H S L
Decimal 193 184 92 0 0.05 0.52 0.24 54.65 0.45 0.56
Hex C1 B8 5C 0 5 34 18 37 2D 38
Octal 301 270 134 0 5 64 30 67 55 70
Binary 11000001 10111000 1011100 0 101 110100 11000 110111 101101 111000

Color Harmonies of #C1B85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B85C

Black with #C1B85C

Text Example


Text Example

White with #C1B85C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B85C; }

 p { color: rgb(193,184,92); }

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

background-color css

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

 a { background-color: rgb(193,184,92); }

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

border-color css

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

 span { border-color: rgb(193,184,92); }

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