Html Css Color HEX #C1BA57 Olive Green

📋 copy color: '#C1BA57'

red 193 ◦ green 186 ◦ blue 87

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

Shades of Olive Green #C1BA57

Tints of Olive Green #C1BA57

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.91%

 BLUE value IS 87 (34.38% from 255) = 18.67%

R = 41.42%
G = 39.91%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C1BA57 (or 0xC1BA57) is known color: Olive Green. HEX triplet: C1, BA and 57. RGB value is (193,186,87). Sum of RGB (Red+Green+Blue) = 193+186+87=466 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.42% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 87 (34.38% from 255 or 18.67% from 466); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BA57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BA57 is #3E45A8. Grayscale: #B1B1B1. Windows color (decimal): -4081065 or 5749441. OLE color: 5749441.

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

Color convert

RGB 193 186 87 -
CMYK 0 0.04 0.55 0.24
HSL 56.04º 0.46% 0.55% -
HSV(B) 56.04º 0.55% 0.76% -
XYZ 41.27 47.14 15.94 -
YUV 176.81 77.32 139.55 -
System Red Green Blue C M Y K H S L
Decimal 193 186 87 0 0.04 0.55 0.24 56.04 0.46 0.55
Hex C1 BA 57 0 4 37 18 38 2E 37
Octal 301 272 127 0 4 67 30 70 56 67
Binary 11000001 10111010 1010111 0 100 110111 11000 111000 101110 110111

Color Harmonies of #C1BA57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BA57

Black with #C1BA57

Text Example


Text Example

White with #C1BA57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BA57; }

 p { color: rgb(193,186,87); }

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

background-color css

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

 a { background-color: rgb(193,186,87); }

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

border-color css

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

 span { border-color: rgb(193,186,87); }

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