Html Css Color HEX #BED032 Fuego

📋 copy color: '#BED032'

red 190 ◦ green 208 ◦ blue 50

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

Shades of Fuego #BED032

Tints of Fuego #BED032

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.43%

 BLUE value IS 50 (19.92% from 255) = 11.16%

R = 42.41%
G = 46.43%
B = 11.16%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#BED032 (or 0xBED032) is known color: Fuego. HEX triplet: BE, D0 and 32. RGB value is (190,208,50). Sum of RGB (Red+Green+Blue) = 190+208+50=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 208 (81.64% from 255 or 46.43% from 448); Blue value is 50 (19.92% from 255 or 11.16% from 448); Max value from RGB is 208 - color contains mainly: green. Hex color #BED032 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED032 is #412FCD. Grayscale: #B9B9B9. Windows color (decimal): -4272078 or 3330238. OLE color: 3330238.

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

Color convert

RGB 190 208 50 -
CMYK 0.09 0 0.76 0.18
HSL 66.84º 0.63% 0.51% -
HSV(B) 66.84º 0.76% 0.82% -
XYZ 44.37 56.29 11.54 -
YUV 184.61 52.04 131.85 -
System Red Green Blue C M Y K H S L
Decimal 190 208 50 0.09 0 0.76 0.18 66.84 0.63 0.51
Hex BE D0 32 9 0 4C 12 43 3F 33
Octal 276 320 62 11 0 114 22 103 77 63
Binary 10111110 11010000 110010 1001 0 1001100 10010 1000011 111111 110011

Color Harmonies of #BED032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED032

Black with #BED032

Text Example


Text Example

White with #BED032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED032; }

 p { color: rgb(190,208,50); }

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

background-color css

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

 a { background-color: rgb(190,208,50); }

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

border-color css

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

 span { border-color: rgb(190,208,50); }

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