Html Css Color HEX #C3C71E Rio Grande

📋 copy color: '#C3C71E'

red 195 ◦ green 199 ◦ blue 30

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

Shades of Rio Grande #C3C71E

Tints of Rio Grande #C3C71E

RGB

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

 GREEN value IS 199 (78.13% from 255) = 46.93%

 BLUE value IS 30 (12.11% from 255) = 7.08%

R = 45.99%
G = 46.93%
B = 7.08%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C3C71E (or 0xC3C71E) is known color: Rio Grande. HEX triplet: C3, C7 and 1E. RGB value is (195,199,30). Sum of RGB (Red+Green+Blue) = 195+199+30=424 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.99% from 424); Green value is 199 (78.12% from 255 or 46.93% from 424); Blue value is 30 (12.11% from 255 or 7.08% from 424); Max value from RGB is 199 - color contains mainly: green. Hex color #C3C71E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C71E is #3C38E1. Grayscale: #B3B3B3. Windows color (decimal): -3946722 or 2017219. OLE color: 2017219.

HSL color Cylindrical-coordinate representation of color #C3C71E: hue angle of 61.42º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C3C71E is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB 195 199 30 -
CMYK 0.02 0 0.85 0.22
HSL 61.42º 0.74% 0.45% -
HSV(B) 61.42º 0.85% 0.78% -
XYZ 43.16 52.54 9.1 -
YUV 178.54 44.17 139.74 -
System Red Green Blue C M Y K H S L
Decimal 195 199 30 0.02 0 0.85 0.22 61.42 0.74 0.45
Hex C3 C7 1E 2 0 55 16 3D 4A 2D
Octal 303 307 36 2 0 125 26 75 112 55
Binary 11000011 11000111 11110 10 0 1010101 10110 111101 1001010 101101

Color Harmonies of #C3C71E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C71E

Black with #C3C71E

Text Example


Text Example

White with #C3C71E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C71E; }

 p { color: rgb(195,199,30); }

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

background-color css

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

 a { background-color: rgb(195,199,30); }

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

border-color css

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

 span { border-color: rgb(195,199,30); }

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