Html Css Color HEX #C8D20C La Rioja

📋 copy color: '#C8D20C'

red 200 ◦ green 210 ◦ blue 12

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

Shades of La Rioja #C8D20C

Tints of La Rioja #C8D20C

RGB

 RED value IS 200 (78.52% from 255) = 47.39%

 GREEN value IS 210 (82.42% from 255) = 49.76%

 BLUE value IS 12 (5.08% from 255) = 2.84%

R = 47.39%
G = 49.76%
B = 2.84%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#C8D20C (or 0xC8D20C) is known color: La Rioja. HEX triplet: C8, D2 and 0C. RGB value is (200,210,12). Sum of RGB (Red+Green+Blue) = 200+210+12=422 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.39% from 422); Green value is 210 (82.42% from 255 or 49.76% from 422); Blue value is 12 (5.08% from 255 or 2.84% from 422); Max value from RGB is 210 - color contains mainly: green. Hex color #C8D20C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8D20C is #372DF3. Grayscale: #B9B9B9. Windows color (decimal): -3616244 or 840392. OLE color: 840392.

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

Color convert

RGB 200 210 12 -
CMYK 0.05 0 0.94 0.18
HSL 63.03º 0.89% 0.44% -
HSV(B) 63.03º 0.94% 0.82% -
XYZ 46.93 58.4 9.15 -
YUV 184.44 30.69 139.1 -
System Red Green Blue C M Y K H S L
Decimal 200 210 12 0.05 0 0.94 0.18 63.03 0.89 0.44
Hex C8 D2 C 5 0 5E 12 3F 59 2C
Octal 310 322 14 5 0 136 22 77 131 54
Binary 11001000 11010010 1100 101 0 1011110 10010 111111 1011001 101100

Color Harmonies of #C8D20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D20C

Black with #C8D20C

Text Example


Text Example

White with #C8D20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D20C; }

 p { color: rgb(200,210,12); }

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

background-color css

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

 a { background-color: rgb(200,210,12); }

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

border-color css

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

 span { border-color: rgb(200,210,12); }

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