Html Css Color HEX #BED41D Rio Grande

📋 copy color: '#BED41D'

red 190 ◦ green 212 ◦ blue 29

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

Shades of Rio Grande #BED41D

Tints of Rio Grande #BED41D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.73%

R = 44.08%
G = 49.19%
B = 6.73%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#BED41D (or 0xBED41D) is known color: Rio Grande. HEX triplet: BE, D4 and 1D. RGB value is (190,212,29). Sum of RGB (Red+Green+Blue) = 190+212+29=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 212 (83.20% from 255 or 49.19% from 431); Blue value is 29 (11.72% from 255 or 6.73% from 431); Max value from RGB is 212 - color contains mainly: green. Hex color #BED41D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED41D is #412BE2. Grayscale: #B9B9B9. Windows color (decimal): -4271075 or 1955006. OLE color: 1955006.

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

Color convert

RGB 190 212 29 -
CMYK 0.10 0 0.86 0.17
HSL 67.21º 0.76% 0.47% -
HSV(B) 67.21º 0.86% 0.83% -
XYZ 45 58.12 10.01 -
YUV 184.56 40.21 131.88 -
System Red Green Blue C M Y K H S L
Decimal 190 212 29 0.10 0 0.86 0.17 67.21 0.76 0.47
Hex BE D4 1D A 0 56 11 43 4C 2F
Octal 276 324 35 12 0 126 21 103 114 57
Binary 10111110 11010100 11101 1010 0 1010110 10001 1000011 1001100 101111

Color Harmonies of #BED41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED41D

Black with #BED41D

Text Example


Text Example

White with #BED41D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED41D; }

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

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

background-color css

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

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

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

border-color css

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

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

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