Html Css Color HEX #C2BB39 Old Gold

📋 copy color: '#C2BB39'

red 194 ◦ green 187 ◦ blue 57

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

Shades of Old Gold #C2BB39

Tints of Old Gold #C2BB39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 13.01%

R = 44.29%
G = 42.69%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C2BB39 (or 0xC2BB39) is known color: Old Gold. HEX triplet: C2, BB and 39. RGB value is (194,187,57). Sum of RGB (Red+Green+Blue) = 194+187+57=438 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.29% from 438); Green value is 187 (73.44% from 255 or 42.69% from 438); Blue value is 57 (22.66% from 255 or 13.01% from 438); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BB39 is #3D44C6. Grayscale: #AEAEAE. Windows color (decimal): -4015303 or 3783618. OLE color: 3783618.

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

Color convert

RGB 194 187 57 -
CMYK 0 0.04 0.71 0.24
HSL 56.93º 0.55% 0.49% -
HSV(B) 56.93º 0.71% 0.76% -
XYZ 40.76 47.31 10.85 -
YUV 174.27 61.82 142.07 -
System Red Green Blue C M Y K H S L
Decimal 194 187 57 0 0.04 0.71 0.24 56.93 0.55 0.49
Hex C2 BB 39 0 4 47 18 39 37 31
Octal 302 273 71 0 4 107 30 71 67 61
Binary 11000010 10111011 111001 0 100 1000111 11000 111001 110111 110001

Color Harmonies of #C2BB39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BB39

Black with #C2BB39

Text Example


Text Example

White with #C2BB39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BB39; }

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

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

background-color css

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

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

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

border-color css

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

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

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