Html Css Color HEX #C1D602 La Rioja

📋 copy color: '#C1D602'

red 193 ◦ green 214 ◦ blue 2

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

Shades of La Rioja #C1D602

Tints of La Rioja #C1D602

RGB

 RED value IS 193 (75.78% from 255) = 47.19%

 GREEN value IS 214 (83.98% from 255) = 52.32%

 BLUE value IS 2 (1.17% from 255) = 0.49%

R = 47.19%
G = 52.32%
B = 0.49%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#C1D602 (or 0xC1D602) is known color: La Rioja. HEX triplet: C1, D6 and 02. RGB value is (193,214,2). Sum of RGB (Red+Green+Blue) = 193+214+2=409 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.19% from 409); Green value is 214 (83.98% from 255 or 52.32% from 409); Blue value is 2 (1.17% from 255 or 0.49% from 409); Max value from RGB is 214 - color contains mainly: green. Hex color #C1D602 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1D602 is #3E29FD. Grayscale: #B8B8B8. Windows color (decimal): -4073982 or 186049. OLE color: 186049.

HSL color Cylindrical-coordinate representation of color #C1D602: hue angle of 65.94º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C1D602 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.

Color convert

RGB 193 214 2 -
CMYK 0.10 0 0.99 0.16
HSL 65.94º 0.98% 0.42% -
HSV(B) 65.94º 0.99% 0.84% -
XYZ 46.05 59.43 9.1 -
YUV 183.55 25.54 134.74 -
System Red Green Blue C M Y K H S L
Decimal 193 214 2 0.10 0 0.99 0.16 65.94 0.98 0.42
Hex C1 D6 2 A 0 63 10 42 62 2A
Octal 301 326 2 12 0 143 20 102 142 52
Binary 11000001 11010110 10 1010 0 1100011 10000 1000010 1100010 101010

Color Harmonies of #C1D602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1D602

Black with #C1D602

Text Example


Text Example

White with #C1D602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1D602; }

 p { color: rgb(193,214,2); }

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

background-color css

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

 a { background-color: rgb(193,214,2); }

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

border-color css

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

 span { border-color: rgb(193,214,2); }

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