Html Css Color HEX #C4BB35 Old Gold

📋 copy color: '#C4BB35'

red 196 ◦ green 187 ◦ blue 53

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

Shades of Old Gold #C4BB35

Tints of Old Gold #C4BB35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 12.16%

R = 44.95%
G = 42.89%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C4BB35 (or 0xC4BB35) is known color: Old Gold. HEX triplet: C4, BB and 35. RGB value is (196,187,53). Sum of RGB (Red+Green+Blue) = 196+187+53=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 187 (73.44% from 255 or 42.89% from 436); Blue value is 53 (21.09% from 255 or 12.16% from 436); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BB35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BB35 is #3B44CA. Grayscale: #AEAEAE. Windows color (decimal): -3884235 or 3521476. OLE color: 3521476.

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

Color convert

RGB 196 187 53 -
CMYK 0 0.05 0.73 0.23
HSL 56.22º 0.57% 0.49% -
HSV(B) 56.22º 0.73% 0.77% -
XYZ 41.18 47.53 10.37 -
YUV 174.42 59.48 143.4 -
System Red Green Blue C M Y K H S L
Decimal 196 187 53 0 0.05 0.73 0.23 56.22 0.57 0.49
Hex C4 BB 35 0 5 49 17 38 39 31
Octal 304 273 65 0 5 111 27 70 71 61
Binary 11000100 10111011 110101 0 101 1001001 10111 111000 111001 110001

Color Harmonies of #C4BB35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BB35

Black with #C4BB35

Text Example


Text Example

White with #C4BB35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BB35; }

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

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

background-color css

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

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

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

border-color css

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

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

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