Html Css Color HEX #C6D20F La Rioja

📋 copy color: '#C6D20F'

red 198 ◦ green 210 ◦ blue 15

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

Shades of La Rioja #C6D20F

Tints of La Rioja #C6D20F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.55%

R = 46.81%
G = 49.65%
B = 3.55%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#C6D20F (or 0xC6D20F) is known color: La Rioja. HEX triplet: C6, D2 and 0F. RGB value is (198,210,15). Sum of RGB (Red+Green+Blue) = 198+210+15=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 210 (82.42% from 255 or 49.65% from 423); Blue value is 15 (6.25% from 255 or 3.55% from 423); Max value from RGB is 210 - color contains mainly: green. Hex color #C6D20F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6D20F is #392DF0. Grayscale: #B8B8B8. Windows color (decimal): -3747313 or 1036998. OLE color: 1036998.

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

Color convert

RGB 198 210 15 -
CMYK 0.06 0 0.93 0.18
HSL 63.69º 0.87% 0.44% -
HSV(B) 63.69º 0.93% 0.82% -
XYZ 46.42 58.13 9.23 -
YUV 184.18 32.52 137.86 -
System Red Green Blue C M Y K H S L
Decimal 198 210 15 0.06 0 0.93 0.18 63.69 0.87 0.44
Hex C6 D2 F 6 0 5D 12 40 57 2C
Octal 306 322 17 6 0 135 22 100 127 54
Binary 11000110 11010010 1111 110 0 1011101 10010 1000000 1010111 101100

Color Harmonies of #C6D20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D20F

Black with #C6D20F

Text Example


Text Example

White with #C6D20F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D20F; }

 p { color: rgb(198,210,15); }

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

background-color css

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

 a { background-color: rgb(198,210,15); }

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

border-color css

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

 span { border-color: rgb(198,210,15); }

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