Html Css Color HEX #BED136 Fuego

📋 copy color: '#BED136'

red 190 ◦ green 209 ◦ blue 54

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

Shades of Fuego #BED136

Tints of Fuego #BED136

RGB

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

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

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

R = 41.94%
G = 46.14%
B = 11.92%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#BED136 (or 0xBED136) is known color: Fuego. HEX triplet: BE, D1 and 36. RGB value is (190,209,54). Sum of RGB (Red+Green+Blue) = 190+209+54=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 209 (82.03% from 255 or 46.14% from 453); Blue value is 54 (21.48% from 255 or 11.92% from 453); Max value from RGB is 209 - color contains mainly: green. Hex color #BED136 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED136 is #412EC9. Grayscale: #BABABA. Windows color (decimal): -4271818 or 3592638. OLE color: 3592638.

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

Color convert

RGB 190 209 54 -
CMYK 0.09 0 0.74 0.18
HSL 67.35º 0.63% 0.52% -
HSV(B) 67.35º 0.74% 0.82% -
XYZ 44.7 56.81 12.1 -
YUV 185.65 53.71 131.1 -
System Red Green Blue C M Y K H S L
Decimal 190 209 54 0.09 0 0.74 0.18 67.35 0.63 0.52
Hex BE D1 36 9 0 4A 12 43 3F 34
Octal 276 321 66 11 0 112 22 103 77 64
Binary 10111110 11010001 110110 1001 0 1001010 10010 1000011 111111 110100

Color Harmonies of #BED136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED136

Black with #BED136

Text Example


Text Example

White with #BED136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED136; }

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

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

background-color css

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

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

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

border-color css

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

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

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