Html Css Color HEX #C6D40C La Rioja

📋 copy color: '#C6D40C'

red 198 ◦ green 212 ◦ blue 12

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

Shades of La Rioja #C6D40C

Tints of La Rioja #C6D40C

RGB

 RED value IS 198 (77.73% from 255) = 46.92%

 GREEN value IS 212 (83.2% from 255) = 50.24%

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

R = 46.92%
G = 50.24%
B = 2.84%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#C6D40C (or 0xC6D40C) is known color: La Rioja. HEX triplet: C6, D4 and 0C. RGB value is (198,212,12). Sum of RGB (Red+Green+Blue) = 198+212+12=422 (55% of max value = 765). Red value is 198 (77.73% from 255 or 46.92% from 422); Green value is 212 (83.20% from 255 or 50.24% from 422); Blue value is 12 (5.08% from 255 or 2.84% from 422); Max value from RGB is 212 - color contains mainly: green. Hex color #C6D40C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6D40C is #392BF3. Grayscale: #B9B9B9. Windows color (decimal): -3746804 or 840902. OLE color: 840902.

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

Color convert

RGB 198 212 12 -
CMYK 0.07 0 0.94 0.17
HSL 64.2º 0.89% 0.44% -
HSV(B) 64.2º 0.94% 0.83% -
XYZ 46.9 59.12 9.29 -
YUV 185.01 30.36 137.26 -
System Red Green Blue C M Y K H S L
Decimal 198 212 12 0.07 0 0.94 0.17 64.2 0.89 0.44
Hex C6 D4 C 7 0 5E 11 40 59 2C
Octal 306 324 14 7 0 136 21 100 131 54
Binary 11000110 11010100 1100 111 0 1011110 10001 1000000 1011001 101100

Color Harmonies of #C6D40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D40C

Black with #C6D40C

Text Example


Text Example

White with #C6D40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D40C; }

 p { color: rgb(198,212,12); }

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

background-color css

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

 a { background-color: rgb(198,212,12); }

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

border-color css

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

 span { border-color: rgb(198,212,12); }

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