Html Css Color HEX #BED536 Fuego

📋 copy color: '#BED536'

red 190 ◦ green 213 ◦ blue 54

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

Shades of Fuego #BED536

Tints of Fuego #BED536

RGB

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

 GREEN value IS 213 (83.59% from 255) = 46.61%

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

R = 41.58%
G = 46.61%
B = 11.82%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#BED536 (or 0xBED536) is known color: Fuego. HEX triplet: BE, D5 and 36. RGB value is (190,213,54). Sum of RGB (Red+Green+Blue) = 190+213+54=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 213 (83.59% from 255 or 46.61% from 457); Blue value is 54 (21.48% from 255 or 11.82% from 457); Max value from RGB is 213 - color contains mainly: green. Hex color #BED536 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED536 is #412AC9. Grayscale: #BCBCBC. Windows color (decimal): -4270794 or 3593662. OLE color: 3593662.

HSL color Cylindrical-coordinate representation of color #BED536: hue angle of 68.68º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BED536 is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 213 54 -
CMYK 0.11 0 0.75 0.16
HSL 68.68º 0.65% 0.52% -
HSV(B) 68.68º 0.75% 0.84% -
XYZ 45.7 58.8 12.43 -
YUV 188 52.38 129.43 -
System Red Green Blue C M Y K H S L
Decimal 190 213 54 0.11 0 0.75 0.16 68.68 0.65 0.52
Hex BE D5 36 B 0 4B 10 45 41 34
Octal 276 325 66 13 0 113 20 105 101 64
Binary 10111110 11010101 110110 1011 0 1001011 10000 1000101 1000001 110100

Color Harmonies of #BED536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED536

Black with #BED536

Text Example


Text Example

White with #BED536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED536; }

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

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

background-color css

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

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

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

border-color css

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

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

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