Html Css Color HEX #C4B954 Olive Green

📋 copy color: '#C4B954'

red 196 ◦ green 185 ◦ blue 84

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

Shades of Olive Green #C4B954

Tints of Olive Green #C4B954

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.78%

 BLUE value IS 84 (33.2% from 255) = 18.06%

R = 42.15%
G = 39.78%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C4B954 (or 0xC4B954) is known color: Olive Green. HEX triplet: C4, B9 and 54. RGB value is (196,185,84). Sum of RGB (Red+Green+Blue) = 196+185+84=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 185 (72.66% from 255 or 39.78% from 465); Blue value is 84 (33.20% from 255 or 18.06% from 465); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B954 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B954 is #3B46AB. Grayscale: #B1B1B1. Windows color (decimal): -3884716 or 5552580. OLE color: 5552580.

HSL color Cylindrical-coordinate representation of color #C4B954: hue angle of 54.11º degrees, saturation: 0.49, 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 #C4B954 is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 185 84 -
CMYK 0 0.06 0.57 0.23
HSL 54.11º 0.49% 0.55% -
HSV(B) 54.11º 0.57% 0.77% -
XYZ 41.71 47.07 15.28 -
YUV 176.78 75.64 141.71 -
System Red Green Blue C M Y K H S L
Decimal 196 185 84 0 0.06 0.57 0.23 54.11 0.49 0.55
Hex C4 B9 54 0 6 39 17 36 31 37
Octal 304 271 124 0 6 71 27 66 61 67
Binary 11000100 10111001 1010100 0 110 111001 10111 110110 110001 110111

Color Harmonies of #C4B954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B954

Black with #C4B954

Text Example


Text Example

White with #C4B954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B954; }

 p { color: rgb(196,185,84); }

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

background-color css

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

 a { background-color: rgb(196,185,84); }

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

border-color css

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

 span { border-color: rgb(196,185,84); }

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