Html Css Color HEX #BEC030 Fuego

📋 copy color: '#BEC030'

red 190 ◦ green 192 ◦ blue 48

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

Shades of Fuego #BEC030

Tints of Fuego #BEC030

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.65%

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

R = 44.19%
G = 44.65%
B = 11.16%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BEC030 (or 0xBEC030) is known color: Fuego. HEX triplet: BE, C0 and 30. RGB value is (190,192,48). Sum of RGB (Red+Green+Blue) = 190+192+48=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 192 (75.39% from 255 or 44.65% from 430); Blue value is 48 (19.14% from 255 or 11.16% from 430); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC030 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC030 is #413FCF. Grayscale: #AFAFAF. Windows color (decimal): -4276176 or 3195070. OLE color: 3195070.

HSL color Cylindrical-coordinate representation of color #BEC030: hue angle of 60.83º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BEC030 is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 192 48 -
CMYK 0.01 0 0.75 0.25
HSL 60.83º 0.6% 0.47% -
HSV(B) 60.83º 0.75% 0.75% -
XYZ 40.62 48.86 10.09 -
YUV 174.99 56.34 138.71 -
System Red Green Blue C M Y K H S L
Decimal 190 192 48 0.01 0 0.75 0.25 60.83 0.6 0.47
Hex BE C0 30 1 0 4B 19 3D 3C 2F
Octal 276 300 60 1 0 113 31 75 74 57
Binary 10111110 11000000 110000 1 0 1001011 11001 111101 111100 101111

Color Harmonies of #BEC030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC030

Black with #BEC030

Text Example


Text Example

White with #BEC030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC030; }

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

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

background-color css

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

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

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

border-color css

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

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

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