Html Css Color HEX #C4C91E Rio Grande

📋 copy color: '#C4C91E'

red 196 ◦ green 201 ◦ blue 30

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

Shades of Rio Grande #C4C91E

Tints of Rio Grande #C4C91E

RGB

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

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

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

R = 45.9%
G = 47.07%
B = 7.03%

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

#C4C91E (or 0xC4C91E) is known color: Rio Grande. HEX triplet: C4, C9 and 1E. RGB value is (196,201,30). Sum of RGB (Red+Green+Blue) = 196+201+30=427 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.90% from 427); Green value is 201 (78.91% from 255 or 47.07% from 427); Blue value is 30 (12.11% from 255 or 7.03% from 427); Max value from RGB is 201 - color contains mainly: green. Hex color #C4C91E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C91E is #3B36E1. Grayscale: #B4B4B4. Windows color (decimal): -3880674 or 2017732. OLE color: 2017732.

HSL color Cylindrical-coordinate representation of color #C4C91E: hue angle of 61.75º degrees, saturation: 0.74, 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 #C4C91E is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.

Color convert

RGB 196 201 30 -
CMYK 0.02 0 0.85 0.21
HSL 61.75º 0.74% 0.45% -
HSV(B) 61.75º 0.85% 0.79% -
XYZ 43.89 53.6 9.26 -
YUV 180.01 43.34 139.4 -
System Red Green Blue C M Y K H S L
Decimal 196 201 30 0.02 0 0.85 0.21 61.75 0.74 0.45
Hex C4 C9 1E 2 0 55 15 3E 4A 2D
Octal 304 311 36 2 0 125 25 76 112 55
Binary 11000100 11001001 11110 10 0 1010101 10101 111110 1001010 101101

Color Harmonies of #C4C91E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C91E

Black with #C4C91E

Text Example


Text Example

White with #C4C91E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C91E; }

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

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

background-color css

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

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

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

border-color css

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

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

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