Html Css Color HEX #C2D806 La Rioja

📋 copy color: '#C2D806'

red 194 ◦ green 216 ◦ blue 6

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

Shades of La Rioja #C2D806

Tints of La Rioja #C2D806

RGB

 RED value IS 194 (76.17% from 255) = 46.63%

 GREEN value IS 216 (84.77% from 255) = 51.92%

 BLUE value IS 6 (2.73% from 255) = 1.44%

R = 46.63%
G = 51.92%
B = 1.44%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#C2D806 (or 0xC2D806) is known color: La Rioja. HEX triplet: C2, D8 and 06. RGB value is (194,216,6). Sum of RGB (Red+Green+Blue) = 194+216+6=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 216 (84.77% from 255 or 51.92% from 416); Blue value is 6 (2.73% from 255 or 1.44% from 416); Max value from RGB is 216 - color contains mainly: green. Hex color #C2D806 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2D806 is #3D27F9. Grayscale: #BABABA. Windows color (decimal): -4007930 or 448706. OLE color: 448706.

HSL color Cylindrical-coordinate representation of color #C2D806: hue angle of 66.29º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C2D806 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 216 6 -
CMYK 0.10 0 0.97 0.15
HSL 66.29º 0.95% 0.44% -
HSV(B) 66.29º 0.97% 0.85% -
XYZ 46.84 60.59 9.4 -
YUV 185.48 26.71 134.08 -
System Red Green Blue C M Y K H S L
Decimal 194 216 6 0.10 0 0.97 0.15 66.29 0.95 0.44
Hex C2 D8 6 A 0 61 F 42 5F 2C
Octal 302 330 6 12 0 141 17 102 137 54
Binary 11000010 11011000 110 1010 0 1100001 1111 1000010 1011111 101100

Color Harmonies of #C2D806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D806

Black with #C2D806

Text Example


Text Example

White with #C2D806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D806; }

 p { color: rgb(194,216,6); }

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

background-color css

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

 a { background-color: rgb(194,216,6); }

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

border-color css

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

 span { border-color: rgb(194,216,6); }

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