Html Css Color HEX #C4BC33 Old Gold

📋 copy color: '#C4BC33'

red 196 ◦ green 188 ◦ blue 51

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

Shades of Old Gold #C4BC33

Tints of Old Gold #C4BC33

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.22%

 BLUE value IS 51 (20.31% from 255) = 11.72%

R = 45.06%
G = 43.22%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C4BC33 (or 0xC4BC33) is known color: Old Gold. HEX triplet: C4, BC and 33. RGB value is (196,188,51). Sum of RGB (Red+Green+Blue) = 196+188+51=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 188 (73.83% from 255 or 43.22% from 435); Blue value is 51 (20.31% from 255 or 11.72% from 435); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BC33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BC33 is #3B43CC. Grayscale: #AFAFAF. Windows color (decimal): -3883981 or 3390660. OLE color: 3390660.

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

Color convert

RGB 196 188 51 -
CMYK 0 0.04 0.74 0.23
HSL 56.69º 0.59% 0.48% -
HSV(B) 56.69º 0.74% 0.77% -
XYZ 41.35 47.94 10.21 -
YUV 174.77 58.15 143.14 -
System Red Green Blue C M Y K H S L
Decimal 196 188 51 0 0.04 0.74 0.23 56.69 0.59 0.48
Hex C4 BC 33 0 4 4A 17 39 3B 30
Octal 304 274 63 0 4 112 27 71 73 60
Binary 11000100 10111100 110011 0 100 1001010 10111 111001 111011 110000

Color Harmonies of #C4BC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BC33

Black with #C4BC33

Text Example


Text Example

White with #C4BC33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BC33; }

 p { color: rgb(196,188,51); }

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

background-color css

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

 a { background-color: rgb(196,188,51); }

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

border-color css

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

 span { border-color: rgb(196,188,51); }

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