Html Css Color HEX #C5C802 La Rioja

📋 copy color: '#C5C802'

red 197 ◦ green 200 ◦ blue 2

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

Shades of La Rioja #C5C802

Tints of La Rioja #C5C802

RGB

 RED value IS 197 (77.34% from 255) = 49.37%

 GREEN value IS 200 (78.52% from 255) = 50.13%

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

R = 49.37%
G = 50.13%
B = 0.5%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C5C802 (or 0xC5C802) is known color: La Rioja. HEX triplet: C5, C8 and 02. RGB value is (197,200,2). Sum of RGB (Red+Green+Blue) = 197+200+2=399 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.37% from 399); Green value is 200 (78.52% from 255 or 50.13% from 399); Blue value is 2 (1.17% from 255 or 0.50% from 399); Max value from RGB is 200 - color contains mainly: green. Hex color #C5C802 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5C802 is #3A37FD. Grayscale: #B1B1B1. Windows color (decimal): -3815422 or 182469. OLE color: 182469.

HSL color Cylindrical-coordinate representation of color #C5C802: hue angle of 60.91º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C5C802 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 197 200 2 -
CMYK 0.02 0 0.99 0.22
HSL 60.91º 0.98% 0.4% -
HSV(B) 60.91º 0.99% 0.78% -
XYZ 43.69 53.18 8.02 -
YUV 176.53 29.51 142.6 -
System Red Green Blue C M Y K H S L
Decimal 197 200 2 0.02 0 0.99 0.22 60.91 0.98 0.4
Hex C5 C8 2 2 0 63 16 3D 62 28
Octal 305 310 2 2 0 143 26 75 142 50
Binary 11000101 11001000 10 10 0 1100011 10110 111101 1100010 101000

Color Harmonies of #C5C802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C802

Black with #C5C802

Text Example


Text Example

White with #C5C802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C802; }

 p { color: rgb(197,200,2); }

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

background-color css

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

 a { background-color: rgb(197,200,2); }

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

border-color css

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

 span { border-color: rgb(197,200,2); }

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