Html Css Color HEX #C1B756 Olive Green

📋 copy color: '#C1B756'

red 193 ◦ green 183 ◦ blue 86

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

Shades of Olive Green #C1B756

Tints of Olive Green #C1B756

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 18.61%

R = 41.77%
G = 39.61%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C1B756 (or 0xC1B756) is known color: Olive Green. HEX triplet: C1, B7 and 56. RGB value is (193,183,86). Sum of RGB (Red+Green+Blue) = 193+183+86=462 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.77% from 462); Green value is 183 (71.88% from 255 or 39.61% from 462); Blue value is 86 (33.98% from 255 or 18.61% from 462); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B756 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B756 is #3E48A9. Grayscale: #AFAFAF. Windows color (decimal): -4081834 or 5683137. OLE color: 5683137.

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

Color convert

RGB 193 183 86 -
CMYK 0 0.05 0.55 0.24
HSL 54.39º 0.46% 0.55% -
HSV(B) 54.39º 0.55% 0.76% -
XYZ 40.61 45.88 15.52 -
YUV 174.93 77.81 140.89 -
System Red Green Blue C M Y K H S L
Decimal 193 183 86 0 0.05 0.55 0.24 54.39 0.46 0.55
Hex C1 B7 56 0 5 37 18 36 2E 37
Octal 301 267 126 0 5 67 30 66 56 67
Binary 11000001 10110111 1010110 0 101 110111 11000 110110 101110 110111

Color Harmonies of #C1B756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B756

Black with #C1B756

Text Example


Text Example

White with #C1B756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B756; }

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

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

background-color css

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

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

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

border-color css

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

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

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