Html Css Color HEX #C2CE1A Rio Grande

📋 copy color: '#C2CE1A'

red 194 ◦ green 206 ◦ blue 26

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

Shades of Rio Grande #C2CE1A

Tints of Rio Grande #C2CE1A

RGB

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

 GREEN value IS 206 (80.86% from 255) = 48.36%

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

R = 45.54%
G = 48.36%
B = 6.1%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#C2CE1A (or 0xC2CE1A) is known color: Rio Grande. HEX triplet: C2, CE and 1A. RGB value is (194,206,26). Sum of RGB (Red+Green+Blue) = 194+206+26=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 206 (80.86% from 255 or 48.36% from 426); Blue value is 26 (10.55% from 255 or 6.10% from 426); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CE1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CE1A is #3D31E5. Grayscale: #B6B6B6. Windows color (decimal): -4010470 or 1756866. OLE color: 1756866.

HSL color Cylindrical-coordinate representation of color #C2CE1A: hue angle of 64º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C2CE1A is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 206 26 -
CMYK 0.06 0 0.87 0.19
HSL 64º 0.78% 0.45% -
HSV(B) 64º 0.87% 0.81% -
XYZ 44.51 55.69 9.38 -
YUV 181.89 40.02 136.64 -
System Red Green Blue C M Y K H S L
Decimal 194 206 26 0.06 0 0.87 0.19 64 0.78 0.45
Hex C2 CE 1A 6 0 57 13 40 4E 2D
Octal 302 316 32 6 0 127 23 100 116 55
Binary 11000010 11001110 11010 110 0 1010111 10011 1000000 1001110 101101

Color Harmonies of #C2CE1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CE1A

Black with #C2CE1A

Text Example


Text Example

White with #C2CE1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CE1A; }

 p { color: rgb(194,206,26); }

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

background-color css

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

 a { background-color: rgb(194,206,26); }

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

border-color css

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

 span { border-color: rgb(194,206,26); }

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