Html Css Color HEX #C2C227 Rio Grande

📋 copy color: '#C2C227'

red 194 ◦ green 194 ◦ blue 39

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

Shades of Rio Grande #C2C227

Tints of Rio Grande #C2C227

RGB

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

 GREEN value IS 194 (76.17% from 255) = 45.43%

 BLUE value IS 39 (15.63% from 255) = 9.13%

R = 45.43%
G = 45.43%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C2C227 (or 0xC2C227) is known color: Rio Grande. HEX triplet: C2, C2 and 27. RGB value is (194,194,39). Sum of RGB (Red+Green+Blue) = 194+194+39=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 194 (76.17% from 255 or 45.43% from 427); Blue value is 39 (15.62% from 255 or 9.13% from 427); Max value from RGB is 194 - color contains mainly: red, green. Hex color #C2C227 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C227 is #3D3DD8. Grayscale: #B0B0B0. Windows color (decimal): -4013529 or 2605762. OLE color: 2605762.

HSL color Cylindrical-coordinate representation of color #C2C227: hue angle of 60º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C2C227 is Cyan = 0, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 194 39 -
CMYK 0 0 0.80 0.24
HSL 60º 0.67% 0.46% -
HSV(B) 60º 0.8% 0.76% -
XYZ 41.91 50.2 9.4 -
YUV 176.33 50.5 140.6 -
System Red Green Blue C M Y K H S L
Decimal 194 194 39 0 0 0.80 0.24 60 0.67 0.46
Hex C2 C2 27 0 0 50 18 3C 43 2E
Octal 302 302 47 0 0 120 30 74 103 56
Binary 11000010 11000010 100111 0 0 1010000 11000 111100 1000011 101110

Color Harmonies of #C2C227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C227

Black with #C2C227

Text Example


Text Example

White with #C2C227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C227; }

 p { color: rgb(194,194,39); }

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

background-color css

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

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

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

border-color css

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

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

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