Html Css Color HEX #C3BC34 Old Gold

📋 copy color: '#C3BC34'

red 195 ◦ green 188 ◦ blue 52

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

Shades of Old Gold #C3BC34

Tints of Old Gold #C3BC34

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.22%

 BLUE value IS 52 (20.7% from 255) = 11.95%

R = 44.83%
G = 43.22%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C3BC34 (or 0xC3BC34) is known color: Old Gold. HEX triplet: C3, BC and 34. RGB value is (195,188,52). Sum of RGB (Red+Green+Blue) = 195+188+52=435 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.83% from 435); Green value is 188 (73.83% from 255 or 43.22% from 435); Blue value is 52 (20.70% from 255 or 11.95% from 435); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BC34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BC34 is #3C43CB. Grayscale: #AFAFAF. Windows color (decimal): -3949516 or 3456195. OLE color: 3456195.

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

Color convert

RGB 195 188 52 -
CMYK 0 0.04 0.73 0.24
HSL 57.06º 0.58% 0.48% -
HSV(B) 57.06º 0.73% 0.76% -
XYZ 41.11 47.82 10.31 -
YUV 174.59 58.82 142.56 -
System Red Green Blue C M Y K H S L
Decimal 195 188 52 0 0.04 0.73 0.24 57.06 0.58 0.48
Hex C3 BC 34 0 4 49 18 39 3A 30
Octal 303 274 64 0 4 111 30 71 72 60
Binary 11000011 10111100 110100 0 100 1001001 11000 111001 111010 110000

Color Harmonies of #C3BC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BC34

Black with #C3BC34

Text Example


Text Example

White with #C3BC34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BC34; }

 p { color: rgb(195,188,52); }

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

background-color css

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

 a { background-color: rgb(195,188,52); }

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

border-color css

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

 span { border-color: rgb(195,188,52); }

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