Html Css Color HEX #C0B700 La Rioja

📋 copy color: '#C0B700'

red 192 ◦ green 183 ◦ blue 0

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

Shades of La Rioja #C0B700

Tints of La Rioja #C0B700

RGB

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

 GREEN value IS 183 (71.88% from 255) = 48.8%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.2%
G = 48.8%
B = 0%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#C0B700 (or 0xC0B700) is known color: La Rioja. HEX triplet: C0, B7 and 00. RGB value is (192,183,0). Sum of RGB (Red+Green+Blue) = 192+183+0=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 183 (71.88% from 255 or 48.8% from 375); Blue value is 0 (0.39% from 255 or 0% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B700 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0B700 is #3F48FF. Grayscale: #A5A5A5. Windows color (decimal): -4147456 or 47040. OLE color: 47040.

HSL color Cylindrical-coordinate representation of color #C0B700: hue angle of 57.19º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C0B700 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 183 0 -
CMYK 0 0.05 1 0.25
HSL 57.19º 1% 0.38% -
HSV(B) 57.19º 1% 0.75% -
XYZ 38.67 45.07 6.66 -
YUV 164.83 34.98 147.38 -
System Red Green Blue C M Y K H S L
Decimal 192 183 0 0 0.05 1 0.25 57.19 1 0.38
Hex C0 B7 0 0 5 64 19 39 64 26
Octal 300 267 0 0 5 144 31 71 144 46
Binary 11000000 10110111 0 0 101 1100100 11001 111001 1100100 100110

Color Harmonies of #C0B700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B700

Black with #C0B700

Text Example


Text Example

White with #C0B700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B700; }

 p { color: rgb(192,183,0); }

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

background-color css

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

 a { background-color: rgb(192,183,0); }

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

border-color css

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

 span { border-color: rgb(192,183,0); }

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