Html Css Color HEX #C3D21A Rio Grande

📋 copy color: '#C3D21A'

red 195 ◦ green 210 ◦ blue 26

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

Shades of Rio Grande #C3D21A

Tints of Rio Grande #C3D21A

RGB

 RED value IS 195 (76.56% from 255) = 45.24%

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

 BLUE value IS 26 (10.55% from 255) = 6.03%

R = 45.24%
G = 48.72%
B = 6.03%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#C3D21A (or 0xC3D21A) is known color: Rio Grande. HEX triplet: C3, D2 and 1A. RGB value is (195,210,26). Sum of RGB (Red+Green+Blue) = 195+210+26=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 210 (82.42% from 255 or 48.72% from 431); Blue value is 26 (10.55% from 255 or 6.03% from 431); Max value from RGB is 210 - color contains mainly: green. Hex color #C3D21A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3D21A is #3C2DE5. Grayscale: #B9B9B9. Windows color (decimal): -3943910 or 1757891. OLE color: 1757891.

HSL color Cylindrical-coordinate representation of color #C3D21A: hue angle of 64.89º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C3D21A is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 195 210 26 -
CMYK 0.07 0 0.88 0.18
HSL 64.89º 0.78% 0.46% -
HSV(B) 64.89º 0.88% 0.82% -
XYZ 45.74 57.77 9.72 -
YUV 184.54 38.53 135.46 -
System Red Green Blue C M Y K H S L
Decimal 195 210 26 0.07 0 0.88 0.18 64.89 0.78 0.46
Hex C3 D2 1A 7 0 58 12 41 4E 2E
Octal 303 322 32 7 0 130 22 101 116 56
Binary 11000011 11010010 11010 111 0 1011000 10010 1000001 1001110 101110

Color Harmonies of #C3D21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3D21A

Black with #C3D21A

Text Example


Text Example

White with #C3D21A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3D21A; }

 p { color: rgb(195,210,26); }

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

background-color css

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

 a { background-color: rgb(195,210,26); }

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

border-color css

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

 span { border-color: rgb(195,210,26); }

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