Html Css Color HEX #BED138 Fuego

📋 copy color: '#BED138'

red 190 ◦ green 209 ◦ blue 56

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

Shades of Fuego #BED138

Tints of Fuego #BED138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 12.31%

R = 41.76%
G = 45.93%
B = 12.31%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#BED138 (or 0xBED138) is known color: Fuego. HEX triplet: BE, D1 and 38. RGB value is (190,209,56). Sum of RGB (Red+Green+Blue) = 190+209+56=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 209 (82.03% from 255 or 45.93% from 455); Blue value is 56 (22.27% from 255 or 12.31% from 455); Max value from RGB is 209 - color contains mainly: green. Hex color #BED138 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED138 is #412EC7. Grayscale: #BABABA. Windows color (decimal): -4271816 or 3723710. OLE color: 3723710.

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

Color convert

RGB 190 209 56 -
CMYK 0.09 0 0.73 0.18
HSL 67.45º 0.62% 0.52% -
HSV(B) 67.45º 0.73% 0.82% -
XYZ 44.75 56.83 12.35 -
YUV 185.88 54.71 130.94 -
System Red Green Blue C M Y K H S L
Decimal 190 209 56 0.09 0 0.73 0.18 67.45 0.62 0.52
Hex BE D1 38 9 0 49 12 43 3E 34
Octal 276 321 70 11 0 111 22 103 76 64
Binary 10111110 11010001 111000 1001 0 1001001 10010 1000011 111110 110100

Color Harmonies of #BED138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED138

Black with #BED138

Text Example


Text Example

White with #BED138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED138; }

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

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

background-color css

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

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

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

border-color css

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

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

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