Html Css Color HEX #C6D30C La Rioja

📋 copy color: '#C6D30C'

red 198 ◦ green 211 ◦ blue 12

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

Shades of La Rioja #C6D30C

Tints of La Rioja #C6D30C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 50.12%

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

R = 47.03%
G = 50.12%
B = 2.85%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#C6D30C (or 0xC6D30C) is known color: La Rioja. HEX triplet: C6, D3 and 0C. RGB value is (198,211,12). Sum of RGB (Red+Green+Blue) = 198+211+12=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 211 (82.81% from 255 or 50.12% from 421); Blue value is 12 (5.08% from 255 or 2.85% from 421); Max value from RGB is 211 - color contains mainly: green. Hex color #C6D30C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6D30C is #392CF3. Grayscale: #B9B9B9. Windows color (decimal): -3747060 or 840646. OLE color: 840646.

HSL color Cylindrical-coordinate representation of color #C6D30C: hue angle of 63.92º 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 #C6D30C is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 198 211 12 -
CMYK 0.06 0 0.94 0.17
HSL 63.92º 0.89% 0.44% -
HSV(B) 63.92º 0.94% 0.83% -
XYZ 46.65 58.62 9.2 -
YUV 184.43 30.69 137.68 -
System Red Green Blue C M Y K H S L
Decimal 198 211 12 0.06 0 0.94 0.17 63.92 0.89 0.44
Hex C6 D3 C 6 0 5E 11 40 59 2C
Octal 306 323 14 6 0 136 21 100 131 54
Binary 11000110 11010011 1100 110 0 1011110 10001 1000000 1011001 101100

Color Harmonies of #C6D30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D30C

Black with #C6D30C

Text Example


Text Example

White with #C6D30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D30C; }

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

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

background-color css

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

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

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

border-color css

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

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

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