Html Css Color HEX #BED535 Fuego

📋 copy color: '#BED535'

red 190 ◦ green 213 ◦ blue 53

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

Shades of Fuego #BED535

Tints of Fuego #BED535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 11.62%

R = 41.67%
G = 46.71%
B = 11.62%

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

#BED535 (or 0xBED535) is known color: Fuego. HEX triplet: BE, D5 and 35. RGB value is (190,213,53). Sum of RGB (Red+Green+Blue) = 190+213+53=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 213 (83.59% from 255 or 46.71% from 456); Blue value is 53 (21.09% from 255 or 11.62% from 456); Max value from RGB is 213 - color contains mainly: green. Hex color #BED535 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED535 is #412ACA. Grayscale: #BCBCBC. Windows color (decimal): -4270795 or 3528126. OLE color: 3528126.

HSL color Cylindrical-coordinate representation of color #BED535: hue angle of 68.62º degrees, saturation: 0.66, 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 #BED535 is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 213 53 -
CMYK 0.11 0 0.75 0.16
HSL 68.63º 0.66% 0.52% -
HSV(B) 68.63º 0.75% 0.84% -
XYZ 45.67 58.79 12.31 -
YUV 187.88 51.88 129.51 -
System Red Green Blue C M Y K H S L
Decimal 190 213 53 0.11 0 0.75 0.16 68.63 0.66 0.52
Hex BE D5 35 B 0 4B 10 45 42 34
Octal 276 325 65 13 0 113 20 105 102 64
Binary 10111110 11010101 110101 1011 0 1001011 10000 1000101 1000010 110100

Color Harmonies of #BED535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED535

Black with #BED535

Text Example


Text Example

White with #BED535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED535; }

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

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

background-color css

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

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

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

border-color css

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

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

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