Html Css Color HEX #C4C91F Rio Grande

📋 copy color: '#C4C91F'

red 196 ◦ green 201 ◦ blue 31

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

Shades of Rio Grande #C4C91F

Tints of Rio Grande #C4C91F

RGB

 RED value IS 196 (76.95% from 255) = 45.79%

 GREEN value IS 201 (78.91% from 255) = 46.96%

 BLUE value IS 31 (12.5% from 255) = 7.24%

R = 45.79%
G = 46.96%
B = 7.24%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#C4C91F (or 0xC4C91F) is known color: Rio Grande. HEX triplet: C4, C9 and 1F. RGB value is (196,201,31). Sum of RGB (Red+Green+Blue) = 196+201+31=428 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.79% from 428); Green value is 201 (78.91% from 255 or 46.96% from 428); Blue value is 31 (12.5% from 255 or 7.24% from 428); Max value from RGB is 201 - color contains mainly: green. Hex color #C4C91F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C91F is #3B36E0. Grayscale: #B4B4B4. Windows color (decimal): -3880673 or 2083268. OLE color: 2083268.

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

Color convert

RGB 196 201 31 -
CMYK 0.02 0 0.85 0.21
HSL 61.76º 0.73% 0.45% -
HSV(B) 61.76º 0.85% 0.79% -
XYZ 43.9 53.61 9.33 -
YUV 180.13 43.84 139.32 -
System Red Green Blue C M Y K H S L
Decimal 196 201 31 0.02 0 0.85 0.21 61.76 0.73 0.45
Hex C4 C9 1F 2 0 55 15 3E 49 2D
Octal 304 311 37 2 0 125 25 76 111 55
Binary 11000100 11001001 11111 10 0 1010101 10101 111110 1001001 101101

Color Harmonies of #C4C91F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C91F

Black with #C4C91F

Text Example


Text Example

White with #C4C91F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C91F; }

 p { color: rgb(196,201,31); }

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

background-color css

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

 a { background-color: rgb(196,201,31); }

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

border-color css

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

 span { border-color: rgb(196,201,31); }

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