Html Css Color HEX #C2BC33 Old Gold

📋 copy color: '#C2BC33'

red 194 ◦ green 188 ◦ blue 51

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

Shades of Old Gold #C2BC33

Tints of Old Gold #C2BC33

RGB

 RED value IS 194 (76.17% from 255) = 44.8%

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

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

R = 44.8%
G = 43.42%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C2BC33 (or 0xC2BC33) is known color: Old Gold. HEX triplet: C2, BC and 33. RGB value is (194,188,51). Sum of RGB (Red+Green+Blue) = 194+188+51=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 188 (73.83% from 255 or 43.42% from 433); Blue value is 51 (20.31% from 255 or 11.78% from 433); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BC33 is #3D43CC. Grayscale: #AEAEAE. Windows color (decimal): -4015053 or 3390658. OLE color: 3390658.

HSL color Cylindrical-coordinate representation of color #C2BC33: hue angle of 57.48º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C2BC33 is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 188 51 -
CMYK 0 0.03 0.74 0.24
HSL 57.48º 0.58% 0.48% -
HSV(B) 57.48º 0.74% 0.76% -
XYZ 40.83 47.67 10.18 -
YUV 174.18 58.49 142.14 -
System Red Green Blue C M Y K H S L
Decimal 194 188 51 0 0.03 0.74 0.24 57.48 0.58 0.48
Hex C2 BC 33 0 3 4A 18 39 3A 30
Octal 302 274 63 0 3 112 30 71 72 60
Binary 11000010 10111100 110011 0 11 1001010 11000 111001 111010 110000

Color Harmonies of #C2BC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BC33

Black with #C2BC33

Text Example


Text Example

White with #C2BC33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BC33; }

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

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

background-color css

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

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

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

border-color css

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

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

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