Html Css Color HEX #C0BE32 Old Gold

📋 copy color: '#C0BE32'

red 192 ◦ green 190 ◦ blue 50

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

Shades of Old Gold #C0BE32

Tints of Old Gold #C0BE32

RGB

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

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

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

R = 44.44%
G = 43.98%
B = 11.57%

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

#C0BE32 (or 0xC0BE32) is known color: Old Gold. HEX triplet: C0, BE and 32. RGB value is (192,190,50). Sum of RGB (Red+Green+Blue) = 192+190+50=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 190 (74.61% from 255 or 43.98% from 432); Blue value is 50 (19.92% from 255 or 11.57% from 432); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BE32 is #3F41CD. Grayscale: #AFAFAF. Windows color (decimal): -4145614 or 3325632. OLE color: 3325632.

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

Color convert

RGB 192 190 50 -
CMYK 0 0.01 0.74 0.25
HSL 59.15º 0.59% 0.47% -
HSV(B) 59.15º 0.74% 0.75% -
XYZ 40.73 48.26 10.19 -
YUV 174.64 57.66 140.38 -
System Red Green Blue C M Y K H S L
Decimal 192 190 50 0 0.01 0.74 0.25 59.15 0.59 0.47
Hex C0 BE 32 0 1 4A 19 3B 3B 2F
Octal 300 276 62 0 1 112 31 73 73 57
Binary 11000000 10111110 110010 0 1 1001010 11001 111011 111011 101111

Color Harmonies of #C0BE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BE32

Black with #C0BE32

Text Example


Text Example

White with #C0BE32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BE32; }

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

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

background-color css

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

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

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

border-color css

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

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

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