Html Css Color HEX #C2BB44 Old Gold

📋 copy color: '#C2BB44'

red 194 ◦ green 187 ◦ blue 68

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

Shades of Old Gold #C2BB44

Tints of Old Gold #C2BB44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 15.14%

R = 43.21%
G = 41.65%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C2BB44 (or 0xC2BB44) is known color: Old Gold. HEX triplet: C2, BB and 44. RGB value is (194,187,68). Sum of RGB (Red+Green+Blue) = 194+187+68=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 187 (73.44% from 255 or 41.65% from 449); Blue value is 68 (26.95% from 255 or 15.14% from 449); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BB44 is #3D44BB. Grayscale: #B0B0B0. Windows color (decimal): -4015292 or 4504514. OLE color: 4504514.

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

Color convert

RGB 194 187 68 -
CMYK 0 0.04 0.65 0.24
HSL 56.67º 0.51% 0.51% -
HSV(B) 56.67º 0.65% 0.76% -
XYZ 41.06 47.43 12.46 -
YUV 175.53 67.32 141.18 -
System Red Green Blue C M Y K H S L
Decimal 194 187 68 0 0.04 0.65 0.24 56.67 0.51 0.51
Hex C2 BB 44 0 4 41 18 39 33 33
Octal 302 273 104 0 4 101 30 71 63 63
Binary 11000010 10111011 1000100 0 100 1000001 11000 111001 110011 110011

Color Harmonies of #C2BB44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BB44

Black with #C2BB44

Text Example


Text Example

White with #C2BB44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BB44; }

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

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

background-color css

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

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

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

border-color css

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

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

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