Html Css Color HEX #C0B902 La Rioja

📋 copy color: '#C0B902'

red 192 ◦ green 185 ◦ blue 2

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

Shades of La Rioja #C0B902

Tints of La Rioja #C0B902

RGB

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

 GREEN value IS 185 (72.66% from 255) = 48.81%

 BLUE value IS 2 (1.17% from 255) = 0.53%

R = 50.66%
G = 48.81%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C0B902 (or 0xC0B902) is known color: La Rioja. HEX triplet: C0, B9 and 02. RGB value is (192,185,2). Sum of RGB (Red+Green+Blue) = 192+185+2=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 185 (72.66% from 255 or 48.81% from 379); Blue value is 2 (1.17% from 255 or 0.53% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B902 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0B902 is #3F46FD. Grayscale: #A6A6A6. Windows color (decimal): -4146942 or 178624. OLE color: 178624.

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

Color convert

RGB 192 185 2 -
CMYK 0 0.04 0.99 0.25
HSL 57.79º 0.98% 0.38% -
HSV(B) 57.79º 0.99% 0.75% -
XYZ 39.1 45.91 6.86 -
YUV 166.23 35.32 146.38 -
System Red Green Blue C M Y K H S L
Decimal 192 185 2 0 0.04 0.99 0.25 57.79 0.98 0.38
Hex C0 B9 2 0 4 63 19 3A 62 26
Octal 300 271 2 0 4 143 31 72 142 46
Binary 11000000 10111001 10 0 100 1100011 11001 111010 1100010 100110

Color Harmonies of #C0B902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B902

Black with #C0B902

Text Example


Text Example

White with #C0B902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B902; }

 p { color: rgb(192,185,2); }

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

background-color css

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

 a { background-color: rgb(192,185,2); }

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

border-color css

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

 span { border-color: rgb(192,185,2); }

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