Html Css Color HEX #BED41A Rio Grande

📋 copy color: '#BED41A'

red 190 ◦ green 212 ◦ blue 26

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

Shades of Rio Grande #BED41A

Tints of Rio Grande #BED41A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 49.53%

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

R = 44.39%
G = 49.53%
B = 6.07%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#BED41A (or 0xBED41A) is known color: Rio Grande. HEX triplet: BE, D4 and 1A. RGB value is (190,212,26). Sum of RGB (Red+Green+Blue) = 190+212+26=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 212 (83.20% from 255 or 49.53% from 428); Blue value is 26 (10.55% from 255 or 6.07% from 428); Max value from RGB is 212 - color contains mainly: green. Hex color #BED41A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED41A is #412BE5. Grayscale: #B8B8B8. Windows color (decimal): -4271078 or 1758398. OLE color: 1758398.

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

Color convert

RGB 190 212 26 -
CMYK 0.10 0 0.88 0.17
HSL 67.1º 0.78% 0.47% -
HSV(B) 67.1º 0.88% 0.83% -
XYZ 44.97 58.11 9.82 -
YUV 184.22 38.71 132.12 -
System Red Green Blue C M Y K H S L
Decimal 190 212 26 0.10 0 0.88 0.17 67.1 0.78 0.47
Hex BE D4 1A A 0 58 11 43 4E 2F
Octal 276 324 32 12 0 130 21 103 116 57
Binary 10111110 11010100 11010 1010 0 1011000 10001 1000011 1001110 101111

Color Harmonies of #BED41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED41A

Black with #BED41A

Text Example


Text Example

White with #BED41A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED41A; }

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

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

background-color css

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

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

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

border-color css

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

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

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