Html Css Color HEX #C4BA57 Olive Green

📋 copy color: '#C4BA57'

red 196 ◦ green 186 ◦ blue 87

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

Shades of Olive Green #C4BA57

Tints of Olive Green #C4BA57

RGB

 RED value IS 196 (76.95% from 255) = 41.79%

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

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

R = 41.79%
G = 39.66%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C4BA57 (or 0xC4BA57) is known color: Olive Green. HEX triplet: C4, BA and 57. RGB value is (196,186,87). Sum of RGB (Red+Green+Blue) = 196+186+87=469 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.79% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 87 (34.38% from 255 or 18.55% from 469); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BA57 is #3B45A8. Grayscale: #B2B2B2. Windows color (decimal): -3884457 or 5749444. OLE color: 5749444.

HSL color Cylindrical-coordinate representation of color #C4BA57: hue angle of 54.5º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C4BA57 is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 186 87 -
CMYK 0 0.05 0.56 0.23
HSL 54.5º 0.48% 0.55% -
HSV(B) 54.5º 0.56% 0.77% -
XYZ 42.04 47.54 15.98 -
YUV 177.7 76.81 141.05 -
System Red Green Blue C M Y K H S L
Decimal 196 186 87 0 0.05 0.56 0.23 54.5 0.48 0.55
Hex C4 BA 57 0 5 38 17 36 30 37
Octal 304 272 127 0 5 70 27 66 60 67
Binary 11000100 10111010 1010111 0 101 111000 10111 110110 110000 110111

Color Harmonies of #C4BA57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BA57

Black with #C4BA57

Text Example


Text Example

White with #C4BA57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BA57; }

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

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

background-color css

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

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

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

border-color css

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

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

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