Html Css Color HEX #BED30F Rio Grande

📋 copy color: '#BED30F'

red 190 ◦ green 211 ◦ blue 15

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

Shades of Rio Grande #BED30F

Tints of Rio Grande #BED30F

RGB

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

 GREEN value IS 211 (82.81% from 255) = 50.72%

 BLUE value IS 15 (6.25% from 255) = 3.61%

R = 45.67%
G = 50.72%
B = 3.61%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.93

 K value IS 0.17

RGB Variations

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

Color information

#BED30F (or 0xBED30F) is known color: Rio Grande. HEX triplet: BE, D3 and 0F. RGB value is (190,211,15). Sum of RGB (Red+Green+Blue) = 190+211+15=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 211 (82.81% from 255 or 50.72% from 416); Blue value is 15 (6.25% from 255 or 3.61% from 416); Max value from RGB is 211 - color contains mainly: green. Hex color #BED30F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED30F is #412CF0. Grayscale: #B7B7B7. Windows color (decimal): -4271345 or 1037246. OLE color: 1037246.

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

Color convert

RGB 190 211 15 -
CMYK 0.10 0 0.93 0.17
HSL 66.43º 0.87% 0.44% -
HSV(B) 66.43º 0.93% 0.83% -
XYZ 44.62 57.57 9.21 -
YUV 182.38 33.54 133.44 -
System Red Green Blue C M Y K H S L
Decimal 190 211 15 0.10 0 0.93 0.17 66.43 0.87 0.44
Hex BE D3 F A 0 5D 11 42 57 2C
Octal 276 323 17 12 0 135 21 102 127 54
Binary 10111110 11010011 1111 1010 0 1011101 10001 1000010 1010111 101100

Color Harmonies of #BED30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED30F

Black with #BED30F

Text Example


Text Example

White with #BED30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED30F; }

 p { color: rgb(190,211,15); }

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

background-color css

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

 a { background-color: rgb(190,211,15); }

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

border-color css

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

 span { border-color: rgb(190,211,15); }

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