Html Css Color HEX #BEC93B Fuego

📋 copy color: '#BEC93B'

red 190 ◦ green 201 ◦ blue 59

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

Shades of Fuego #BEC93B

Tints of Fuego #BEC93B

RGB

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

 GREEN value IS 201 (78.91% from 255) = 44.67%

 BLUE value IS 59 (23.44% from 255) = 13.11%

R = 42.22%
G = 44.67%
B = 13.11%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#BEC93B (or 0xBEC93B) is known color: Fuego. HEX triplet: BE, C9 and 3B. RGB value is (190,201,59). Sum of RGB (Red+Green+Blue) = 190+201+59=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 201 (78.91% from 255 or 44.67% from 450); Blue value is 59 (23.44% from 255 or 13.11% from 450); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC93B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC93B is #4136C4. Grayscale: #B6B6B6. Windows color (decimal): -4273861 or 3918270. OLE color: 3918270.

HSL color Cylindrical-coordinate representation of color #BEC93B: hue angle of 64.65º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BEC93B is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 201 59 -
CMYK 0.05 0 0.71 0.21
HSL 64.65º 0.57% 0.51% -
HSV(B) 64.65º 0.71% 0.79% -
XYZ 42.91 53.04 12.11 -
YUV 181.52 58.86 134.05 -
System Red Green Blue C M Y K H S L
Decimal 190 201 59 0.05 0 0.71 0.21 64.65 0.57 0.51
Hex BE C9 3B 5 0 47 15 41 39 33
Octal 276 311 73 5 0 107 25 101 71 63
Binary 10111110 11001001 111011 101 0 1000111 10101 1000001 111001 110011

Color Harmonies of #BEC93B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC93B

Black with #BEC93B

Text Example


Text Example

White with #BEC93B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC93B; }

 p { color: rgb(190,201,59); }

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

background-color css

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

 a { background-color: rgb(190,201,59); }

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

border-color css

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

 span { border-color: rgb(190,201,59); }

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