Html Css Color HEX #BEC632 Fuego

📋 copy color: '#BEC632'

red 190 ◦ green 198 ◦ blue 50

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

Shades of Fuego #BEC632

Tints of Fuego #BEC632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.42%

R = 43.38%
G = 45.21%
B = 11.42%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#BEC632 (or 0xBEC632) is known color: Fuego. HEX triplet: BE, C6 and 32. RGB value is (190,198,50). Sum of RGB (Red+Green+Blue) = 190+198+50=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 198 (77.73% from 255 or 45.21% from 438); Blue value is 50 (19.92% from 255 or 11.42% from 438); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC632 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC632 is #4139CD. Grayscale: #B3B3B3. Windows color (decimal): -4274638 or 3327678. OLE color: 3327678.

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

Color convert

RGB 190 198 50 -
CMYK 0.04 0 0.75 0.22
HSL 63.24º 0.6% 0.49% -
HSV(B) 63.24º 0.75% 0.78% -
XYZ 42.01 51.57 10.76 -
YUV 178.74 55.35 136.03 -
System Red Green Blue C M Y K H S L
Decimal 190 198 50 0.04 0 0.75 0.22 63.24 0.6 0.49
Hex BE C6 32 4 0 4B 16 3F 3C 31
Octal 276 306 62 4 0 113 26 77 74 61
Binary 10111110 11000110 110010 100 0 1001011 10110 111111 111100 110001

Color Harmonies of #BEC632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC632

Black with #BEC632

Text Example


Text Example

White with #BEC632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC632; }

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

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

background-color css

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

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

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

border-color css

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

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

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