Html Css Color HEX #BEC236 Fuego

📋 copy color: '#BEC236'

red 190 ◦ green 194 ◦ blue 54

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

Shades of Fuego #BEC236

Tints of Fuego #BEC236

RGB

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

 GREEN value IS 194 (76.17% from 255) = 44.29%

 BLUE value IS 54 (21.48% from 255) = 12.33%

R = 43.38%
G = 44.29%
B = 12.33%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#BEC236 (or 0xBEC236) is known color: Fuego. HEX triplet: BE, C2 and 36. RGB value is (190,194,54). Sum of RGB (Red+Green+Blue) = 190+194+54=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 194 (76.17% from 255 or 44.29% from 438); Blue value is 54 (21.48% from 255 or 12.33% from 438); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC236 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC236 is #413DC9. Grayscale: #B1B1B1. Windows color (decimal): -4275658 or 3588798. OLE color: 3588798.

HSL color Cylindrical-coordinate representation of color #BEC236: hue angle of 61.71º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BEC236 is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 194 54 -
CMYK 0.02 0 0.72 0.24
HSL 61.71º 0.56% 0.49% -
HSV(B) 61.71º 0.72% 0.76% -
XYZ 41.19 49.8 10.93 -
YUV 176.84 58.67 137.38 -
System Red Green Blue C M Y K H S L
Decimal 190 194 54 0.02 0 0.72 0.24 61.71 0.56 0.49
Hex BE C2 36 2 0 48 18 3E 38 31
Octal 276 302 66 2 0 110 30 76 70 61
Binary 10111110 11000010 110110 10 0 1001000 11000 111110 111000 110001

Color Harmonies of #BEC236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC236

Black with #BEC236

Text Example


Text Example

White with #BEC236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC236; }

 p { color: rgb(190,194,54); }

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

background-color css

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

 a { background-color: rgb(190,194,54); }

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

border-color css

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

 span { border-color: rgb(190,194,54); }

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