Html Css Color HEX #BEC533 Fuego

📋 copy color: '#BEC533'

red 190 ◦ green 197 ◦ blue 51

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

Shades of Fuego #BEC533

Tints of Fuego #BEC533

RGB

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

 GREEN value IS 197 (77.34% from 255) = 44.98%

 BLUE value IS 51 (20.31% from 255) = 11.64%

R = 43.38%
G = 44.98%
B = 11.64%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#BEC533 (or 0xBEC533) is known color: Fuego. HEX triplet: BE, C5 and 33. RGB value is (190,197,51). Sum of RGB (Red+Green+Blue) = 190+197+51=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 197 (77.34% from 255 or 44.98% from 438); Blue value is 51 (20.31% from 255 or 11.64% from 438); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC533 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC533 is #413ACC. Grayscale: #B2B2B2. Windows color (decimal): -4274893 or 3392958. OLE color: 3392958.

HSL color Cylindrical-coordinate representation of color #BEC533: hue angle of 62.88º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BEC533 is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB 190 197 51 -
CMYK 0.04 0 0.74 0.23
HSL 62.88º 0.59% 0.49% -
HSV(B) 62.88º 0.74% 0.77% -
XYZ 41.8 51.12 10.8 -
YUV 178.26 56.18 136.37 -
System Red Green Blue C M Y K H S L
Decimal 190 197 51 0.04 0 0.74 0.23 62.88 0.59 0.49
Hex BE C5 33 4 0 4A 17 3F 3B 31
Octal 276 305 63 4 0 112 27 77 73 61
Binary 10111110 11000101 110011 100 0 1001010 10111 111111 111011 110001

Color Harmonies of #BEC533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC533

Black with #BEC533

Text Example


Text Example

White with #BEC533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC533; }

 p { color: rgb(190,197,51); }

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

background-color css

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

 a { background-color: rgb(190,197,51); }

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

border-color css

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

 span { border-color: rgb(190,197,51); }

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