Html Css Color HEX #BEC330 Fuego

📋 copy color: '#BEC330'

red 190 ◦ green 195 ◦ blue 48

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

Shades of Fuego #BEC330

Tints of Fuego #BEC330

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.03%

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

R = 43.88%
G = 45.03%
B = 11.09%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#BEC330 (or 0xBEC330) is known color: Fuego. HEX triplet: BE, C3 and 30. RGB value is (190,195,48). Sum of RGB (Red+Green+Blue) = 190+195+48=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 195 (76.56% from 255 or 45.03% from 433); Blue value is 48 (19.14% from 255 or 11.09% from 433); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC330 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC330 is #413CCF. Grayscale: #B1B1B1. Windows color (decimal): -4275408 or 3195838. OLE color: 3195838.

HSL color Cylindrical-coordinate representation of color #BEC330: hue angle of 62.04º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BEC330 is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 195 48 -
CMYK 0.03 0 0.75 0.24
HSL 62.04º 0.6% 0.48% -
HSV(B) 62.04º 0.75% 0.76% -
XYZ 41.28 50.19 10.31 -
YUV 176.75 55.34 137.45 -
System Red Green Blue C M Y K H S L
Decimal 190 195 48 0.03 0 0.75 0.24 62.04 0.6 0.48
Hex BE C3 30 3 0 4B 18 3E 3C 30
Octal 276 303 60 3 0 113 30 76 74 60
Binary 10111110 11000011 110000 11 0 1001011 11000 111110 111100 110000

Color Harmonies of #BEC330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC330

Black with #BEC330

Text Example


Text Example

White with #BEC330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC330; }

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

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

background-color css

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

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

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

border-color css

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

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

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