Html Css Color HEX #BEC630 Fuego

📋 copy color: '#BEC630'

red 190 ◦ green 198 ◦ blue 48

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

Shades of Fuego #BEC630

Tints of Fuego #BEC630

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.41%

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

R = 43.58%
G = 45.41%
B = 11.01%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#BEC630 (or 0xBEC630) is known color: Fuego. HEX triplet: BE, C6 and 30. RGB value is (190,198,48). Sum of RGB (Red+Green+Blue) = 190+198+48=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 198 (77.73% from 255 or 45.41% from 436); Blue value is 48 (19.14% from 255 or 11.01% from 436); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC630 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC630 is #4139CF. Grayscale: #B3B3B3. Windows color (decimal): -4274640 or 3196606. OLE color: 3196606.

HSL color Cylindrical-coordinate representation of color #BEC630: hue angle of 63.2º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BEC630 is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 190 198 48 -
CMYK 0.04 0 0.76 0.22
HSL 63.2º 0.61% 0.48% -
HSV(B) 63.2º 0.76% 0.78% -
XYZ 41.96 51.55 10.53 -
YUV 178.51 54.35 136.2 -
System Red Green Blue C M Y K H S L
Decimal 190 198 48 0.04 0 0.76 0.22 63.2 0.61 0.48
Hex BE C6 30 4 0 4C 16 3F 3D 30
Octal 276 306 60 4 0 114 26 77 75 60
Binary 10111110 11000110 110000 100 0 1001100 10110 111111 111101 110000

Color Harmonies of #BEC630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC630

Black with #BEC630

Text Example


Text Example

White with #BEC630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC630; }

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

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

background-color css

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

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

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

border-color css

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

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

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