Html Css Color HEX #C4BB41 Old Gold

📋 copy color: '#C4BB41'

red 196 ◦ green 187 ◦ blue 65

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

Shades of Old Gold #C4BB41

Tints of Old Gold #C4BB41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.51%

R = 43.75%
G = 41.74%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C4BB41 (or 0xC4BB41) is known color: Old Gold. HEX triplet: C4, BB and 41. RGB value is (196,187,65). Sum of RGB (Red+Green+Blue) = 196+187+65=448 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.75% from 448); Green value is 187 (73.44% from 255 or 41.74% from 448); Blue value is 65 (25.78% from 255 or 14.51% from 448); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BB41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BB41 is #3B44BE. Grayscale: #B0B0B0. Windows color (decimal): -3884223 or 4307908. OLE color: 4307908.

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

Color convert

RGB 196 187 65 -
CMYK 0 0.05 0.67 0.23
HSL 55.88º 0.53% 0.51% -
HSV(B) 55.88º 0.67% 0.77% -
XYZ 41.49 47.66 12.01 -
YUV 175.78 65.48 142.42 -
System Red Green Blue C M Y K H S L
Decimal 196 187 65 0 0.05 0.67 0.23 55.88 0.53 0.51
Hex C4 BB 41 0 5 43 17 38 35 33
Octal 304 273 101 0 5 103 27 70 65 63
Binary 11000100 10111011 1000001 0 101 1000011 10111 111000 110101 110011

Color Harmonies of #C4BB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BB41

Black with #C4BB41

Text Example


Text Example

White with #C4BB41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BB41; }

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

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

background-color css

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

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

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

border-color css

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

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

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