Html Css Color HEX #BED830 Fuego

📋 copy color: '#BED830'

red 190 ◦ green 216 ◦ blue 48

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

Shades of Fuego #BED830

Tints of Fuego #BED830

RGB

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

 GREEN value IS 216 (84.77% from 255) = 47.58%

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

R = 41.85%
G = 47.58%
B = 10.57%

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

#BED830 (or 0xBED830) is known color: Fuego. HEX triplet: BE, D8 and 30. RGB value is (190,216,48). Sum of RGB (Red+Green+Blue) = 190+216+48=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 216 (84.77% from 255 or 47.58% from 454); Blue value is 48 (19.14% from 255 or 10.57% from 454); Max value from RGB is 216 - color contains mainly: green. Hex color #BED830 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED830 is #4127CF. Grayscale: #BDBDBD. Windows color (decimal): -4270032 or 3201214. OLE color: 3201214.

HSL color Cylindrical-coordinate representation of color #BED830: hue angle of 69.29º degrees, saturation: 0.68, 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 #BED830 is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 216 48 -
CMYK 0.12 0 0.78 0.15
HSL 69.29º 0.68% 0.52% -
HSV(B) 69.29º 0.78% 0.85% -
XYZ 46.32 60.27 11.99 -
YUV 189.07 48.39 128.66 -
System Red Green Blue C M Y K H S L
Decimal 190 216 48 0.12 0 0.78 0.15 69.29 0.68 0.52
Hex BE D8 30 C 0 4E F 45 44 34
Octal 276 330 60 14 0 116 17 105 104 64
Binary 10111110 11011000 110000 1100 0 1001110 1111 1000101 1000100 110100

Color Harmonies of #BED830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED830

Black with #BED830

Text Example


Text Example

White with #BED830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED830; }

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

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

background-color css

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

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

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

border-color css

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

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

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