Html Css Color HEX #BED91D Fuego

📋 copy color: '#BED91D'

red 190 ◦ green 217 ◦ blue 29

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

Shades of Fuego #BED91D

Tints of Fuego #BED91D

RGB

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

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

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

R = 43.58%
G = 49.77%
B = 6.65%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#BED91D (or 0xBED91D) is known color: Fuego. HEX triplet: BE, D9 and 1D. RGB value is (190,217,29). Sum of RGB (Red+Green+Blue) = 190+217+29=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 217 (85.16% from 255 or 49.77% from 436); Blue value is 29 (11.72% from 255 or 6.65% from 436); Max value from RGB is 217 - color contains mainly: green. Hex color #BED91D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED91D is #4126E2. Grayscale: #BCBCBC. Windows color (decimal): -4269795 or 1956286. OLE color: 1956286.

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

Color convert

RGB 190 217 29 -
CMYK 0.12 0 0.87 0.15
HSL 68.62º 0.76% 0.48% -
HSV(B) 68.62º 0.87% 0.85% -
XYZ 46.27 60.66 10.43 -
YUV 187.5 38.55 129.79 -
System Red Green Blue C M Y K H S L
Decimal 190 217 29 0.12 0 0.87 0.15 68.62 0.76 0.48
Hex BE D9 1D C 0 57 F 45 4C 30
Octal 276 331 35 14 0 127 17 105 114 60
Binary 10111110 11011001 11101 1100 0 1010111 1111 1000101 1001100 110000

Color Harmonies of #BED91D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED91D

Black with #BED91D

Text Example


Text Example

White with #BED91D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED91D; }

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

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

background-color css

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

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

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

border-color css

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

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

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