Html Css Color HEX #BED930 Fuego

📋 copy color: '#BED930'

red 190 ◦ green 217 ◦ blue 48

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

Shades of Fuego #BED930

Tints of Fuego #BED930

RGB

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

 GREEN value IS 217 (85.16% from 255) = 47.69%

 BLUE value IS 48 (19.14% from 255) = 10.55%

R = 41.76%
G = 47.69%
B = 10.55%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#BED930 (or 0xBED930) is known color: Fuego. HEX triplet: BE, D9 and 30. RGB value is (190,217,48). Sum of RGB (Red+Green+Blue) = 190+217+48=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 217 (85.16% from 255 or 47.69% from 455); Blue value is 48 (19.14% from 255 or 10.55% from 455); Max value from RGB is 217 - color contains mainly: green. Hex color #BED930 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED930 is #4126CF. Grayscale: #BEBEBE. Windows color (decimal): -4269776 or 3201470. OLE color: 3201470.

HSL color Cylindrical-coordinate representation of color #BED930: hue angle of 69.59º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BED930 is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 217 48 -
CMYK 0.12 0 0.78 0.15
HSL 69.59º 0.69% 0.52% -
HSV(B) 69.59º 0.78% 0.85% -
XYZ 46.58 60.79 12.07 -
YUV 189.66 48.05 128.24 -
System Red Green Blue C M Y K H S L
Decimal 190 217 48 0.12 0 0.78 0.15 69.59 0.69 0.52
Hex BE D9 30 C 0 4E F 46 45 34
Octal 276 331 60 14 0 116 17 106 105 64
Binary 10111110 11011001 110000 1100 0 1001110 1111 1000110 1000101 110100

Color Harmonies of #BED930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED930

Black with #BED930

Text Example


Text Example

White with #BED930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED930; }

 p { color: rgb(190,217,48); }

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

background-color css

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

 a { background-color: rgb(190,217,48); }

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

border-color css

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

 span { border-color: rgb(190,217,48); }

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