Html Css Color HEX #C4BB3E Old Gold

📋 copy color: '#C4BB3E'

red 196 ◦ green 187 ◦ blue 62

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

Shades of Old Gold #C4BB3E

Tints of Old Gold #C4BB3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.93%

R = 44.04%
G = 42.02%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C4BB3E (or 0xC4BB3E) is known color: Old Gold. HEX triplet: C4, BB and 3E. RGB value is (196,187,62). Sum of RGB (Red+Green+Blue) = 196+187+62=445 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.04% from 445); Green value is 187 (73.44% from 255 or 42.02% from 445); Blue value is 62 (24.61% from 255 or 13.93% from 445); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BB3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BB3E is #3B44C1. Grayscale: #AFAFAF. Windows color (decimal): -3884226 or 4111300. OLE color: 4111300.

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

Color convert

RGB 196 187 62 -
CMYK 0 0.05 0.68 0.23
HSL 55.97º 0.53% 0.51% -
HSV(B) 55.97º 0.68% 0.77% -
XYZ 41.4 47.62 11.57 -
YUV 175.44 63.98 142.66 -
System Red Green Blue C M Y K H S L
Decimal 196 187 62 0 0.05 0.68 0.23 55.97 0.53 0.51
Hex C4 BB 3E 0 5 44 17 38 35 33
Octal 304 273 76 0 5 104 27 70 65 63
Binary 11000100 10111011 111110 0 101 1000100 10111 111000 110101 110011

Color Harmonies of #C4BB3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BB3E

Black with #C4BB3E

Text Example


Text Example

White with #C4BB3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BB3E; }

 p { color: rgb(196,187,62); }

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

background-color css

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

 a { background-color: rgb(196,187,62); }

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

border-color css

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

 span { border-color: rgb(196,187,62); }

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