Html Css Color HEX #BEC73A Fuego

📋 copy color: '#BEC73A'

red 190 ◦ green 199 ◦ blue 58

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

Shades of Fuego #BEC73A

Tints of Fuego #BEC73A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.98%

R = 42.51%
G = 44.52%
B = 12.98%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#BEC73A (or 0xBEC73A) is known color: Fuego. HEX triplet: BE, C7 and 3A. RGB value is (190,199,58). Sum of RGB (Red+Green+Blue) = 190+199+58=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 199 (78.12% from 255 or 44.52% from 447); Blue value is 58 (23.05% from 255 or 12.98% from 447); Max value from RGB is 199 - color contains mainly: green. Hex color #BEC73A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC73A is #4138C5. Grayscale: #B4B4B4. Windows color (decimal): -4274374 or 3852222. OLE color: 3852222.

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

Color convert

RGB 190 199 58 -
CMYK 0.05 0 0.71 0.22
HSL 63.83º 0.56% 0.5% -
HSV(B) 63.83º 0.71% 0.78% -
XYZ 42.42 52.1 11.82 -
YUV 180.24 59.02 134.96 -
System Red Green Blue C M Y K H S L
Decimal 190 199 58 0.05 0 0.71 0.22 63.83 0.56 0.5
Hex BE C7 3A 5 0 47 16 40 38 32
Octal 276 307 72 5 0 107 26 100 70 62
Binary 10111110 11000111 111010 101 0 1000111 10110 1000000 111000 110010

Color Harmonies of #BEC73A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC73A

Black with #BEC73A

Text Example


Text Example

White with #BEC73A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC73A; }

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

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

background-color css

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

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

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

border-color css

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

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

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