Html Css Color HEX #C4BA55 Olive Green

📋 copy color: '#C4BA55'

red 196 ◦ green 186 ◦ blue 85

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

Shades of Olive Green #C4BA55

Tints of Olive Green #C4BA55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 18.2%

R = 41.97%
G = 39.83%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C4BA55 (or 0xC4BA55) is known color: Olive Green. HEX triplet: C4, BA and 55. RGB value is (196,186,85). Sum of RGB (Red+Green+Blue) = 196+186+85=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 85 (33.59% from 255 or 18.20% from 467); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BA55 is #3B45AA. Grayscale: #B1B1B1. Windows color (decimal): -3884459 or 5618372. OLE color: 5618372.

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

Color convert

RGB 196 186 85 -
CMYK 0 0.05 0.57 0.23
HSL 54.59º 0.48% 0.55% -
HSV(B) 54.59º 0.57% 0.77% -
XYZ 41.96 47.51 15.55 -
YUV 177.48 75.81 141.21 -
System Red Green Blue C M Y K H S L
Decimal 196 186 85 0 0.05 0.57 0.23 54.59 0.48 0.55
Hex C4 BA 55 0 5 39 17 37 30 37
Octal 304 272 125 0 5 71 27 67 60 67
Binary 11000100 10111010 1010101 0 101 111001 10111 110111 110000 110111

Color Harmonies of #C4BA55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BA55

Black with #C4BA55

Text Example


Text Example

White with #C4BA55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BA55; }

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

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

background-color css

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

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

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

border-color css

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

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

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