Html Css Color HEX #C1BB56 Olive Green

📋 copy color: '#C1BB56'

red 193 ◦ green 187 ◦ blue 86

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

Shades of Olive Green #C1BB56

Tints of Olive Green #C1BB56

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.13%

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

R = 41.42%
G = 40.13%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C1BB56 (or 0xC1BB56) is known color: Olive Green. HEX triplet: C1, BB and 56. RGB value is (193,187,86). Sum of RGB (Red+Green+Blue) = 193+187+86=466 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.42% from 466); Green value is 187 (73.44% from 255 or 40.13% from 466); Blue value is 86 (33.98% from 255 or 18.45% from 466); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BB56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BB56 is #3E44A9. Grayscale: #B1B1B1. Windows color (decimal): -4080810 or 5684161. OLE color: 5684161.

HSL color Cylindrical-coordinate representation of color #C1BB56: hue angle of 56.64º 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 #C1BB56 is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 187 86 -
CMYK 0 0.03 0.55 0.24
HSL 56.64º 0.46% 0.55% -
HSV(B) 56.64º 0.55% 0.76% -
XYZ 41.44 47.55 15.8 -
YUV 177.28 76.49 139.21 -
System Red Green Blue C M Y K H S L
Decimal 193 187 86 0 0.03 0.55 0.24 56.64 0.46 0.55
Hex C1 BB 56 0 3 37 18 39 2E 37
Octal 301 273 126 0 3 67 30 71 56 67
Binary 11000001 10111011 1010110 0 11 110111 11000 111001 101110 110111

Color Harmonies of #C1BB56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BB56

Black with #C1BB56

Text Example


Text Example

White with #C1BB56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BB56; }

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

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

background-color css

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

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

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

border-color css

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

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

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