Html Css Color HEX #C3BE33 Old Gold

📋 copy color: '#C3BE33'

red 195 ◦ green 190 ◦ blue 51

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

Shades of Old Gold #C3BE33

Tints of Old Gold #C3BE33

RGB

 RED value IS 195 (76.56% from 255) = 44.72%

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

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

R = 44.72%
G = 43.58%
B = 11.7%

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

#C3BE33 (or 0xC3BE33) is known color: Old Gold. HEX triplet: C3, BE and 33. RGB value is (195,190,51). Sum of RGB (Red+Green+Blue) = 195+190+51=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 190 (74.61% from 255 or 43.58% from 436); Blue value is 51 (20.31% from 255 or 11.70% from 436); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BE33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BE33 is #3C41CC. Grayscale: #B0B0B0. Windows color (decimal): -3949005 or 3391171. OLE color: 3391171.

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

Color convert

RGB 195 190 51 -
CMYK 0 0.03 0.74 0.24
HSL 57.92º 0.59% 0.48% -
HSV(B) 57.92º 0.74% 0.76% -
XYZ 41.52 48.67 10.34 -
YUV 175.65 57.66 141.8 -
System Red Green Blue C M Y K H S L
Decimal 195 190 51 0 0.03 0.74 0.24 57.92 0.59 0.48
Hex C3 BE 33 0 3 4A 18 3A 3B 30
Octal 303 276 63 0 3 112 30 72 73 60
Binary 11000011 10111110 110011 0 11 1001010 11000 111010 111011 110000

Color Harmonies of #C3BE33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BE33

Black with #C3BE33

Text Example


Text Example

White with #C3BE33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BE33; }

 p { color: rgb(195,190,51); }

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

background-color css

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

 a { background-color: rgb(195,190,51); }

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

border-color css

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

 span { border-color: rgb(195,190,51); }

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