Html Css Color HEX #C2B502 La Rioja

📋 copy color: '#C2B502'

red 194 ◦ green 181 ◦ blue 2

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

Shades of La Rioja #C2B502

Tints of La Rioja #C2B502

RGB

 RED value IS 194 (76.17% from 255) = 51.46%

 GREEN value IS 181 (71.09% from 255) = 48.01%

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

R = 51.46%
G = 48.01%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C2B502 (or 0xC2B502) is known color: La Rioja. HEX triplet: C2, B5 and 02. RGB value is (194,181,2). Sum of RGB (Red+Green+Blue) = 194+181+2=377 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.46% from 377); Green value is 181 (71.09% from 255 or 48.01% from 377); Blue value is 2 (1.17% from 255 or 0.53% from 377); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B502 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2B502 is #3D4AFD. Grayscale: #A5A5A5. Windows color (decimal): -4016894 or 177602. OLE color: 177602.

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

Color convert

RGB 194 181 2 -
CMYK 0 0.07 0.99 0.24
HSL 55.94º 0.98% 0.38% -
HSV(B) 55.94º 0.99% 0.76% -
XYZ 38.78 44.52 6.61 -
YUV 164.48 36.31 149.05 -
System Red Green Blue C M Y K H S L
Decimal 194 181 2 0 0.07 0.99 0.24 55.94 0.98 0.38
Hex C2 B5 2 0 7 63 18 38 62 26
Octal 302 265 2 0 7 143 30 70 142 46
Binary 11000010 10110101 10 0 111 1100011 11000 111000 1100010 100110

Color Harmonies of #C2B502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B502

Black with #C2B502

Text Example


Text Example

White with #C2B502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B502; }

 p { color: rgb(194,181,2); }

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

background-color css

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

 a { background-color: rgb(194,181,2); }

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

border-color css

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

 span { border-color: rgb(194,181,2); }

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