Html Css Color HEX #BED71A Rio Grande

📋 copy color: '#BED71A'

red 190 ◦ green 215 ◦ blue 26

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

Shades of Rio Grande #BED71A

Tints of Rio Grande #BED71A

RGB

 RED value IS 190 (74.61% from 255) = 44.08%

 GREEN value IS 215 (84.38% from 255) = 49.88%

 BLUE value IS 26 (10.55% from 255) = 6.03%

R = 44.08%
G = 49.88%
B = 6.03%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#BED71A (or 0xBED71A) is known color: Rio Grande. HEX triplet: BE, D7 and 1A. RGB value is (190,215,26). Sum of RGB (Red+Green+Blue) = 190+215+26=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 215 (84.38% from 255 or 49.88% from 431); Blue value is 26 (10.55% from 255 or 6.03% from 431); Max value from RGB is 215 - color contains mainly: green. Hex color #BED71A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED71A is #4128E5. Grayscale: #BABABA. Windows color (decimal): -4270310 or 1759166. OLE color: 1759166.

HSL color Cylindrical-coordinate representation of color #BED71A: hue angle of 67.94º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BED71A is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 215 26 -
CMYK 0.12 0 0.88 0.16
HSL 67.94º 0.78% 0.47% -
HSV(B) 67.94º 0.88% 0.84% -
XYZ 45.72 59.62 10.08 -
YUV 185.98 37.72 130.87 -
System Red Green Blue C M Y K H S L
Decimal 190 215 26 0.12 0 0.88 0.16 67.94 0.78 0.47
Hex BE D7 1A C 0 58 10 44 4E 2F
Octal 276 327 32 14 0 130 20 104 116 57
Binary 10111110 11010111 11010 1100 0 1011000 10000 1000100 1001110 101111

Color Harmonies of #BED71A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED71A

Black with #BED71A

Text Example


Text Example

White with #BED71A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED71A; }

 p { color: rgb(190,215,26); }

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

background-color css

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

 a { background-color: rgb(190,215,26); }

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

border-color css

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

 span { border-color: rgb(190,215,26); }

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