Html Css Color HEX #C0BF32 Old Gold

📋 copy color: '#C0BF32'

red 192 ◦ green 191 ◦ blue 50

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

Shades of Old Gold #C0BF32

Tints of Old Gold #C0BF32

RGB

 RED value IS 192 (75.39% from 255) = 44.34%

 GREEN value IS 191 (75% from 255) = 44.11%

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

R = 44.34%
G = 44.11%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C0BF32 (or 0xC0BF32) is known color: Old Gold. HEX triplet: C0, BF and 32. RGB value is (192,191,50). Sum of RGB (Red+Green+Blue) = 192+191+50=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 191 (75% from 255 or 44.11% from 433); Blue value is 50 (19.92% from 255 or 11.55% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BF32 is #3F40CD. Grayscale: #AFAFAF. Windows color (decimal): -4145358 or 3325888. OLE color: 3325888.

HSL color Cylindrical-coordinate representation of color #C0BF32: hue angle of 59.58º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C0BF32 is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 191 50 -
CMYK 0 0.01 0.74 0.25
HSL 59.58º 0.59% 0.47% -
HSV(B) 59.58º 0.74% 0.75% -
XYZ 40.94 48.7 10.26 -
YUV 175.23 57.33 139.96 -
System Red Green Blue C M Y K H S L
Decimal 192 191 50 0 0.01 0.74 0.25 59.58 0.59 0.47
Hex C0 BF 32 0 1 4A 19 3C 3B 2F
Octal 300 277 62 0 1 112 31 74 73 57
Binary 11000000 10111111 110010 0 1 1001010 11001 111100 111011 101111

Color Harmonies of #C0BF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BF32

Black with #C0BF32

Text Example


Text Example

White with #C0BF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BF32; }

 p { color: rgb(192,191,50); }

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

background-color css

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

 a { background-color: rgb(192,191,50); }

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

border-color css

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

 span { border-color: rgb(192,191,50); }

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