Html Css Color HEX #BED121 Fuego

📋 copy color: '#BED121'

red 190 ◦ green 209 ◦ blue 33

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

Shades of Fuego #BED121

Tints of Fuego #BED121

RGB

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

 GREEN value IS 209 (82.03% from 255) = 48.38%

 BLUE value IS 33 (13.28% from 255) = 7.64%

R = 43.98%
G = 48.38%
B = 7.64%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#BED121 (or 0xBED121) is known color: Fuego. HEX triplet: BE, D1 and 21. RGB value is (190,209,33). Sum of RGB (Red+Green+Blue) = 190+209+33=432 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.98% from 432); Green value is 209 (82.03% from 255 or 48.38% from 432); Blue value is 33 (13.28% from 255 or 7.64% from 432); Max value from RGB is 209 - color contains mainly: green. Hex color #BED121 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED121 is #412EDE. Grayscale: #B7B7B7. Windows color (decimal): -4271839 or 2216382. OLE color: 2216382.

HSL color Cylindrical-coordinate representation of color #BED121: hue angle of 66.48º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BED121 is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 209 33 -
CMYK 0.09 0 0.84 0.18
HSL 66.48º 0.73% 0.47% -
HSV(B) 66.48º 0.84% 0.82% -
XYZ 44.31 56.66 10.04 -
YUV 183.26 43.21 132.81 -
System Red Green Blue C M Y K H S L
Decimal 190 209 33 0.09 0 0.84 0.18 66.48 0.73 0.47
Hex BE D1 21 9 0 54 12 42 49 2F
Octal 276 321 41 11 0 124 22 102 111 57
Binary 10111110 11010001 100001 1001 0 1010100 10010 1000010 1001001 101111

Color Harmonies of #BED121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED121

Black with #BED121

Text Example


Text Example

White with #BED121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED121; }

 p { color: rgb(190,209,33); }

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

background-color css

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

 a { background-color: rgb(190,209,33); }

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

border-color css

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

 span { border-color: rgb(190,209,33); }

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