Html Css Color HEX #C3BE32 Old Gold

📋 copy color: '#C3BE32'

red 195 ◦ green 190 ◦ blue 50

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

Shades of Old Gold #C3BE32

Tints of Old Gold #C3BE32

RGB

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

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

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

R = 44.83%
G = 43.68%
B = 11.49%

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

#C3BE32 (or 0xC3BE32) is known color: Old Gold. HEX triplet: C3, BE and 32. RGB value is (195,190,50). Sum of RGB (Red+Green+Blue) = 195+190+50=435 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.83% from 435); Green value is 190 (74.61% from 255 or 43.68% from 435); Blue value is 50 (19.92% from 255 or 11.49% from 435); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BE32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BE32 is #3C41CD. Grayscale: #B0B0B0. Windows color (decimal): -3949006 or 3325635. OLE color: 3325635.

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

Color convert

RGB 195 190 50 -
CMYK 0 0.03 0.74 0.24
HSL 57.93º 0.59% 0.48% -
HSV(B) 57.93º 0.74% 0.76% -
XYZ 41.49 48.66 10.22 -
YUV 175.54 57.16 141.88 -
System Red Green Blue C M Y K H S L
Decimal 195 190 50 0 0.03 0.74 0.24 57.93 0.59 0.48
Hex C3 BE 32 0 3 4A 18 3A 3B 30
Octal 303 276 62 0 3 112 30 72 73 60
Binary 11000011 10111110 110010 0 11 1001010 11000 111010 111011 110000

Color Harmonies of #C3BE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BE32

Black with #C3BE32

Text Example


Text Example

White with #C3BE32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BE32; }

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

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

background-color css

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

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

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

border-color css

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

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

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