Html Css Color HEX #C2BB34 Old Gold

📋 copy color: '#C2BB34'

red 194 ◦ green 187 ◦ blue 52

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

Shades of Old Gold #C2BB34

Tints of Old Gold #C2BB34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.01%

R = 44.8%
G = 43.19%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C2BB34 (or 0xC2BB34) is known color: Old Gold. HEX triplet: C2, BB and 34. RGB value is (194,187,52). Sum of RGB (Red+Green+Blue) = 194+187+52=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 187 (73.44% from 255 or 43.19% from 433); Blue value is 52 (20.70% from 255 or 12.01% from 433); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BB34 is #3D44CB. Grayscale: #AEAEAE. Windows color (decimal): -4015308 or 3455938. OLE color: 3455938.

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

Color convert

RGB 194 187 52 -
CMYK 0 0.04 0.73 0.24
HSL 57.04º 0.58% 0.48% -
HSV(B) 57.04º 0.73% 0.76% -
XYZ 40.64 47.26 10.23 -
YUV 173.7 59.32 142.48 -
System Red Green Blue C M Y K H S L
Decimal 194 187 52 0 0.04 0.73 0.24 57.04 0.58 0.48
Hex C2 BB 34 0 4 49 18 39 3A 30
Octal 302 273 64 0 4 111 30 71 72 60
Binary 11000010 10111011 110100 0 100 1001001 11000 111001 111010 110000

Color Harmonies of #C2BB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BB34

Black with #C2BB34

Text Example


Text Example

White with #C2BB34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BB34; }

 p { color: rgb(194,187,52); }

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

background-color css

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

 a { background-color: rgb(194,187,52); }

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

border-color css

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

 span { border-color: rgb(194,187,52); }

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