Html Css Color HEX #BEC438 Fuego

📋 copy color: '#BEC438'

red 190 ◦ green 196 ◦ blue 56

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

Shades of Fuego #BEC438

Tints of Fuego #BEC438

RGB

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

 GREEN value IS 196 (76.95% from 255) = 44.34%

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

R = 42.99%
G = 44.34%
B = 12.67%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#BEC438 (or 0xBEC438) is known color: Fuego. HEX triplet: BE, C4 and 38. RGB value is (190,196,56). Sum of RGB (Red+Green+Blue) = 190+196+56=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 196 (76.95% from 255 or 44.34% from 442); Blue value is 56 (22.27% from 255 or 12.67% from 442); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC438 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC438 is #413BC7. Grayscale: #B2B2B2. Windows color (decimal): -4275144 or 3720382. OLE color: 3720382.

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

Color convert

RGB 190 196 56 -
CMYK 0.03 0 0.71 0.23
HSL 62.57º 0.56% 0.49% -
HSV(B) 62.57º 0.71% 0.77% -
XYZ 41.69 50.71 11.33 -
YUV 178.25 59.01 136.38 -
System Red Green Blue C M Y K H S L
Decimal 190 196 56 0.03 0 0.71 0.23 62.57 0.56 0.49
Hex BE C4 38 3 0 47 17 3F 38 31
Octal 276 304 70 3 0 107 27 77 70 61
Binary 10111110 11000100 111000 11 0 1000111 10111 111111 111000 110001

Color Harmonies of #BEC438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC438

Black with #BEC438

Text Example


Text Example

White with #BEC438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC438; }

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

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

background-color css

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

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

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

border-color css

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

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

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