Html Css Color HEX #C5D00A La Rioja

📋 copy color: '#C5D00A'

red 197 ◦ green 208 ◦ blue 10

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

Shades of La Rioja #C5D00A

Tints of La Rioja #C5D00A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 50.12%

 BLUE value IS 10 (4.3% from 255) = 2.41%

R = 47.47%
G = 50.12%
B = 2.41%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#C5D00A (or 0xC5D00A) is known color: La Rioja. HEX triplet: C5, D0 and 0A. RGB value is (197,208,10). Sum of RGB (Red+Green+Blue) = 197+208+10=415 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.47% from 415); Green value is 208 (81.64% from 255 or 50.12% from 415); Blue value is 10 (4.30% from 255 or 2.41% from 415); Max value from RGB is 208 - color contains mainly: green. Hex color #C5D00A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5D00A is #3A2FF5. Grayscale: #B6B6B6. Windows color (decimal): -3813366 or 708805. OLE color: 708805.

HSL color Cylindrical-coordinate representation of color #C5D00A: hue angle of 63.33º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C5D00A is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.18.

Color convert

RGB 197 208 10 -
CMYK 0.05 0 0.95 0.18
HSL 63.33º 0.91% 0.43% -
HSV(B) 63.33º 0.95% 0.82% -
XYZ 45.64 57 8.88 -
YUV 182.14 30.86 138.6 -
System Red Green Blue C M Y K H S L
Decimal 197 208 10 0.05 0 0.95 0.18 63.33 0.91 0.43
Hex C5 D0 A 5 0 5F 12 3F 5B 2B
Octal 305 320 12 5 0 137 22 77 133 53
Binary 11000101 11010000 1010 101 0 1011111 10010 111111 1011011 101011

Color Harmonies of #C5D00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D00A

Black with #C5D00A

Text Example


Text Example

White with #C5D00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D00A; }

 p { color: rgb(197,208,10); }

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

background-color css

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

 a { background-color: rgb(197,208,10); }

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

border-color css

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

 span { border-color: rgb(197,208,10); }

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