Html Css Color HEX #BED336 Fuego

📋 copy color: '#BED336'

red 190 ◦ green 211 ◦ blue 54

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

Shades of Fuego #BED336

Tints of Fuego #BED336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 11.87%

R = 41.76%
G = 46.37%
B = 11.87%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.74

 K value IS 0.17

RGB Variations

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

Color information

#BED336 (or 0xBED336) is known color: Fuego. HEX triplet: BE, D3 and 36. RGB value is (190,211,54). Sum of RGB (Red+Green+Blue) = 190+211+54=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 211 (82.81% from 255 or 46.37% from 455); Blue value is 54 (21.48% from 255 or 11.87% from 455); Max value from RGB is 211 - color contains mainly: green. Hex color #BED336 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED336 is #412CC9. Grayscale: #BBBBBB. Windows color (decimal): -4271306 or 3593150. OLE color: 3593150.

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

Color convert

RGB 190 211 54 -
CMYK 0.10 0 0.74 0.17
HSL 68.03º 0.64% 0.52% -
HSV(B) 68.03º 0.74% 0.83% -
XYZ 45.2 57.8 12.26 -
YUV 186.82 53.04 130.27 -
System Red Green Blue C M Y K H S L
Decimal 190 211 54 0.10 0 0.74 0.17 68.03 0.64 0.52
Hex BE D3 36 A 0 4A 11 44 40 34
Octal 276 323 66 12 0 112 21 104 100 64
Binary 10111110 11010011 110110 1010 0 1001010 10001 1000100 1000000 110100

Color Harmonies of #BED336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED336

Black with #BED336

Text Example


Text Example

White with #BED336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED336; }

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

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

background-color css

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

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

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

border-color css

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

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

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