Html Css Color HEX #C2BE32 Old Gold

📋 copy color: '#C2BE32'

red 194 ◦ green 190 ◦ blue 50

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

Shades of Old Gold #C2BE32

Tints of Old Gold #C2BE32

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.78%

 BLUE value IS 50 (19.92% from 255) = 11.52%

R = 44.7%
G = 43.78%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C2BE32 (or 0xC2BE32) is known color: Old Gold. HEX triplet: C2, BE and 32. RGB value is (194,190,50). Sum of RGB (Red+Green+Blue) = 194+190+50=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 190 (74.61% from 255 or 43.78% from 434); Blue value is 50 (19.92% from 255 or 11.52% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BE32 is #3D41CD. Grayscale: #AFAFAF. Windows color (decimal): -4014542 or 3325634. OLE color: 3325634.

HSL color Cylindrical-coordinate representation of color #C2BE32: hue angle of 58.33º degrees, saturation: 0.59, 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 #C2BE32 is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 190 50 -
CMYK 0 0.02 0.74 0.24
HSL 58.33º 0.59% 0.48% -
HSV(B) 58.33º 0.74% 0.76% -
XYZ 41.24 48.53 10.21 -
YUV 175.24 57.33 141.38 -
System Red Green Blue C M Y K H S L
Decimal 194 190 50 0 0.02 0.74 0.24 58.33 0.59 0.48
Hex C2 BE 32 0 2 4A 18 3A 3B 30
Octal 302 276 62 0 2 112 30 72 73 60
Binary 11000010 10111110 110010 0 10 1001010 11000 111010 111011 110000

Color Harmonies of #C2BE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BE32

Black with #C2BE32

Text Example


Text Example

White with #C2BE32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BE32; }

 p { color: rgb(194,190,50); }

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

background-color css

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

 a { background-color: rgb(194,190,50); }

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

border-color css

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

 span { border-color: rgb(194,190,50); }

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