Html Css Color HEX #C1D604 La Rioja

📋 copy color: '#C1D604'

red 193 ◦ green 214 ◦ blue 4

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

Shades of La Rioja #C1D604

Tints of La Rioja #C1D604

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.97%

R = 46.96%
G = 52.07%
B = 0.97%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#C1D604 (or 0xC1D604) is known color: La Rioja. HEX triplet: C1, D6 and 04. RGB value is (193,214,4). Sum of RGB (Red+Green+Blue) = 193+214+4=411 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.96% from 411); Green value is 214 (83.98% from 255 or 52.07% from 411); Blue value is 4 (1.95% from 255 or 0.97% from 411); Max value from RGB is 214 - color contains mainly: green. Hex color #C1D604 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1D604 is #3E29FB. Grayscale: #B8B8B8. Windows color (decimal): -4073980 or 317121. OLE color: 317121.

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

Color convert

RGB 193 214 4 -
CMYK 0.10 0 0.98 0.16
HSL 66º 0.96% 0.43% -
HSV(B) 66º 0.98% 0.84% -
XYZ 46.06 59.44 9.16 -
YUV 183.78 26.54 134.58 -
System Red Green Blue C M Y K H S L
Decimal 193 214 4 0.10 0 0.98 0.16 66 0.96 0.43
Hex C1 D6 4 A 0 62 10 42 60 2B
Octal 301 326 4 12 0 142 20 102 140 53
Binary 11000001 11010110 100 1010 0 1100010 10000 1000010 1100000 101011

Color Harmonies of #C1D604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1D604

Black with #C1D604

Text Example


Text Example

White with #C1D604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1D604; }

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

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

background-color css

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

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

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

border-color css

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

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

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