Html Css Color HEX #C0BF33 Old Gold

📋 copy color: '#C0BF33'

red 192 ◦ green 191 ◦ blue 51

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

Shades of Old Gold #C0BF33

Tints of Old Gold #C0BF33

RGB

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

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

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

R = 44.24%
G = 44.01%
B = 11.75%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C0BF33 (or 0xC0BF33) is known color: Old Gold. HEX triplet: C0, BF and 33. RGB value is (192,191,51). Sum of RGB (Red+Green+Blue) = 192+191+51=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 191 (75% from 255 or 44.01% from 434); Blue value is 51 (20.31% from 255 or 11.75% from 434); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BF33 is #3F40CC. Grayscale: #AFAFAF. Windows color (decimal): -4145357 or 3391424. OLE color: 3391424.

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

Color convert

RGB 192 191 51 -
CMYK 0 0.01 0.73 0.25
HSL 59.57º 0.58% 0.48% -
HSV(B) 59.57º 0.73% 0.75% -
XYZ 40.97 48.71 10.37 -
YUV 175.34 57.83 139.88 -
System Red Green Blue C M Y K H S L
Decimal 192 191 51 0 0.01 0.73 0.25 59.57 0.58 0.48
Hex C0 BF 33 0 1 49 19 3C 3A 30
Octal 300 277 63 0 1 111 31 74 72 60
Binary 11000000 10111111 110011 0 1 1001001 11001 111100 111010 110000

Color Harmonies of #C0BF33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BF33

Black with #C0BF33

Text Example


Text Example

White with #C0BF33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BF33; }

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

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

background-color css

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

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

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

border-color css

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

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

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