Html Css Color HEX #C2C328 Rio Grande

📋 copy color: '#C2C328'

red 194 ◦ green 195 ◦ blue 40

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

Shades of Rio Grande #C2C328

Tints of Rio Grande #C2C328

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.45%

 BLUE value IS 40 (16.02% from 255) = 9.32%

R = 45.22%
G = 45.45%
B = 9.32%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C2C328 (or 0xC2C328) is known color: Rio Grande. HEX triplet: C2, C3 and 28. RGB value is (194,195,40). Sum of RGB (Red+Green+Blue) = 194+195+40=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 195 (76.56% from 255 or 45.45% from 429); Blue value is 40 (16.02% from 255 or 9.32% from 429); Max value from RGB is 195 - color contains mainly: green. Hex color #C2C328 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C328 is #3D3CD7. Grayscale: #B1B1B1. Windows color (decimal): -4013272 or 2671554. OLE color: 2671554.

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

Color convert

RGB 194 195 40 -
CMYK 0.01 0 0.79 0.24
HSL 60.39º 0.66% 0.46% -
HSV(B) 60.39º 0.79% 0.76% -
XYZ 42.15 50.65 9.56 -
YUV 177.03 50.67 140.1 -
System Red Green Blue C M Y K H S L
Decimal 194 195 40 0.01 0 0.79 0.24 60.39 0.66 0.46
Hex C2 C3 28 1 0 4F 18 3C 42 2E
Octal 302 303 50 1 0 117 30 74 102 56
Binary 11000010 11000011 101000 1 0 1001111 11000 111100 1000010 101110

Color Harmonies of #C2C328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C328

Black with #C2C328

Text Example


Text Example

White with #C2C328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C328; }

 p { color: rgb(194,195,40); }

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

background-color css

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

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

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

border-color css

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

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

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