Html Css Color HEX #C5CC13 La Rioja

📋 copy color: '#C5CC13'

red 197 ◦ green 204 ◦ blue 19

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

Shades of La Rioja #C5CC13

Tints of La Rioja #C5CC13

RGB

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

 GREEN value IS 204 (80.08% from 255) = 48.57%

 BLUE value IS 19 (7.81% from 255) = 4.52%

R = 46.9%
G = 48.57%
B = 4.52%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#C5CC13 (or 0xC5CC13) is known color: La Rioja. HEX triplet: C5, CC and 13. RGB value is (197,204,19). Sum of RGB (Red+Green+Blue) = 197+204+19=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 204 (80.08% from 255 or 48.57% from 420); Blue value is 19 (7.81% from 255 or 4.52% from 420); Max value from RGB is 204 - color contains mainly: green. Hex color #C5CC13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5CC13 is #3A33EC. Grayscale: #B5B5B5. Windows color (decimal): -3814381 or 1297605. OLE color: 1297605.

HSL color Cylindrical-coordinate representation of color #C5CC13: hue angle of 62.27º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C5CC13 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.2.

Color convert

RGB 197 204 19 -
CMYK 0.03 0 0.91 0.2
HSL 62.27º 0.83% 0.44% -
HSV(B) 62.27º 0.91% 0.8% -
XYZ 44.74 55.1 8.89 -
YUV 180.82 36.68 139.54 -
System Red Green Blue C M Y K H S L
Decimal 197 204 19 0.03 0 0.91 0.2 62.27 0.83 0.44
Hex C5 CC 13 3 0 5B 14 3E 53 2C
Octal 305 314 23 3 0 133 24 76 123 54
Binary 11000101 11001100 10011 11 0 1011011 10100 111110 1010011 101100

Color Harmonies of #C5CC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CC13

Black with #C5CC13

Text Example


Text Example

White with #C5CC13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CC13; }

 p { color: rgb(197,204,19); }

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

background-color css

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

 a { background-color: rgb(197,204,19); }

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

border-color css

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

 span { border-color: rgb(197,204,19); }

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