Html Css Color HEX #BEC738 Fuego

📋 copy color: '#BEC738'

red 190 ◦ green 199 ◦ blue 56

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

Shades of Fuego #BEC738

Tints of Fuego #BEC738

RGB

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

 GREEN value IS 199 (78.13% from 255) = 44.72%

 BLUE value IS 56 (22.27% from 255) = 12.58%

R = 42.7%
G = 44.72%
B = 12.58%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#BEC738 (or 0xBEC738) is known color: Fuego. HEX triplet: BE, C7 and 38. RGB value is (190,199,56). Sum of RGB (Red+Green+Blue) = 190+199+56=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 199 (78.12% from 255 or 44.72% from 445); Blue value is 56 (22.27% from 255 or 12.58% from 445); Max value from RGB is 199 - color contains mainly: green. Hex color #BEC738 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC738 is #4138C7. Grayscale: #B4B4B4. Windows color (decimal): -4274376 or 3721150. OLE color: 3721150.

HSL color Cylindrical-coordinate representation of color #BEC738: hue angle of 63.78º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BEC738 is Cyan = 0.05, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB 190 199 56 -
CMYK 0.05 0 0.72 0.22
HSL 63.78º 0.56% 0.5% -
HSV(B) 63.78º 0.72% 0.78% -
XYZ 42.37 52.08 11.56 -
YUV 180.01 58.02 135.13 -
System Red Green Blue C M Y K H S L
Decimal 190 199 56 0.05 0 0.72 0.22 63.78 0.56 0.5
Hex BE C7 38 5 0 48 16 40 38 32
Octal 276 307 70 5 0 110 26 100 70 62
Binary 10111110 11000111 111000 101 0 1001000 10110 1000000 111000 110010

Color Harmonies of #BEC738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC738

Black with #BEC738

Text Example


Text Example

White with #BEC738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC738; }

 p { color: rgb(190,199,56); }

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

background-color css

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

 a { background-color: rgb(190,199,56); }

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

border-color css

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

 span { border-color: rgb(190,199,56); }

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