Html Css Color HEX #BED033 Fuego

📋 copy color: '#BED033'

red 190 ◦ green 208 ◦ blue 51

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

Shades of Fuego #BED033

Tints of Fuego #BED033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.36%

R = 42.32%
G = 46.33%
B = 11.36%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#BED033 (or 0xBED033) is known color: Fuego. HEX triplet: BE, D0 and 33. RGB value is (190,208,51). Sum of RGB (Red+Green+Blue) = 190+208+51=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 208 (81.64% from 255 or 46.33% from 449); Blue value is 51 (20.31% from 255 or 11.36% from 449); Max value from RGB is 208 - color contains mainly: green. Hex color #BED033 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED033 is #412FCC. Grayscale: #B9B9B9. Windows color (decimal): -4272077 or 3395774. OLE color: 3395774.

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

Color convert

RGB 190 208 51 -
CMYK 0.09 0 0.75 0.18
HSL 66.88º 0.63% 0.51% -
HSV(B) 66.88º 0.75% 0.82% -
XYZ 44.39 56.3 11.66 -
YUV 184.72 52.54 131.77 -
System Red Green Blue C M Y K H S L
Decimal 190 208 51 0.09 0 0.75 0.18 66.88 0.63 0.51
Hex BE D0 33 9 0 4B 12 43 3F 33
Octal 276 320 63 11 0 113 22 103 77 63
Binary 10111110 11010000 110011 1001 0 1001011 10010 1000011 111111 110011

Color Harmonies of #BED033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED033

Black with #BED033

Text Example


Text Example

White with #BED033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED033; }

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

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

background-color css

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

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

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

border-color css

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

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

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