Html Css Color HEX #BED91B Fuego

📋 copy color: '#BED91B'

red 190 ◦ green 217 ◦ blue 27

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

Shades of Fuego #BED91B

Tints of Fuego #BED91B

RGB

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

 GREEN value IS 217 (85.16% from 255) = 50%

 BLUE value IS 27 (10.94% from 255) = 6.22%

R = 43.78%
G = 50%
B = 6.22%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#BED91B (or 0xBED91B) is known color: Fuego. HEX triplet: BE, D9 and 1B. RGB value is (190,217,27). Sum of RGB (Red+Green+Blue) = 190+217+27=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 217 (85.16% from 255 or 50% from 434); Blue value is 27 (10.94% from 255 or 6.22% from 434); Max value from RGB is 217 - color contains mainly: green. Hex color #BED91B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED91B is #4126E4. Grayscale: #BCBCBC. Windows color (decimal): -4269797 or 1825214. OLE color: 1825214.

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

Color convert

RGB 190 217 27 -
CMYK 0.12 0 0.88 0.15
HSL 68.53º 0.78% 0.48% -
HSV(B) 68.53º 0.88% 0.85% -
XYZ 46.25 60.65 10.31 -
YUV 187.27 37.55 129.95 -
System Red Green Blue C M Y K H S L
Decimal 190 217 27 0.12 0 0.88 0.15 68.53 0.78 0.48
Hex BE D9 1B C 0 58 F 45 4E 30
Octal 276 331 33 14 0 130 17 105 116 60
Binary 10111110 11011001 11011 1100 0 1011000 1111 1000101 1001110 110000

Color Harmonies of #BED91B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED91B

Black with #BED91B

Text Example


Text Example

White with #BED91B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED91B; }

 p { color: rgb(190,217,27); }

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

background-color css

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

 a { background-color: rgb(190,217,27); }

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

border-color css

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

 span { border-color: rgb(190,217,27); }

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