Html Css Color HEX #BEC52C Fuego

📋 copy color: '#BEC52C'

red 190 ◦ green 197 ◦ blue 44

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

Shades of Fuego #BEC52C

Tints of Fuego #BEC52C

RGB

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

 GREEN value IS 197 (77.34% from 255) = 45.71%

 BLUE value IS 44 (17.58% from 255) = 10.21%

R = 44.08%
G = 45.71%
B = 10.21%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#BEC52C (or 0xBEC52C) is known color: Fuego. HEX triplet: BE, C5 and 2C. RGB value is (190,197,44). Sum of RGB (Red+Green+Blue) = 190+197+44=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 197 (77.34% from 255 or 45.71% from 431); Blue value is 44 (17.58% from 255 or 10.21% from 431); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC52C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC52C is #413AD3. Grayscale: #B2B2B2. Windows color (decimal): -4274900 or 2934206. OLE color: 2934206.

HSL color Cylindrical-coordinate representation of color #BEC52C: hue angle of 62.75º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BEC52C is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB 190 197 44 -
CMYK 0.04 0 0.78 0.23
HSL 62.75º 0.63% 0.47% -
HSV(B) 62.75º 0.78% 0.77% -
XYZ 41.66 51.06 10.04 -
YUV 177.47 52.68 136.94 -
System Red Green Blue C M Y K H S L
Decimal 190 197 44 0.04 0 0.78 0.23 62.75 0.63 0.47
Hex BE C5 2C 4 0 4E 17 3F 3F 2F
Octal 276 305 54 4 0 116 27 77 77 57
Binary 10111110 11000101 101100 100 0 1001110 10111 111111 111111 101111

Color Harmonies of #BEC52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC52C

Black with #BEC52C

Text Example


Text Example

White with #BEC52C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC52C; }

 p { color: rgb(190,197,44); }

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

background-color css

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

 a { background-color: rgb(190,197,44); }

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

border-color css

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

 span { border-color: rgb(190,197,44); }

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