Html Css Color HEX #BEC534 Fuego

📋 copy color: '#BEC534'

red 190 ◦ green 197 ◦ blue 52

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

Shades of Fuego #BEC534

Tints of Fuego #BEC534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.85%

R = 43.28%
G = 44.87%
B = 11.85%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#BEC534 (or 0xBEC534) is known color: Fuego. HEX triplet: BE, C5 and 34. RGB value is (190,197,52). Sum of RGB (Red+Green+Blue) = 190+197+52=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 197 (77.34% from 255 or 44.87% from 439); Blue value is 52 (20.70% from 255 or 11.85% from 439); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC534 is #413ACB. Grayscale: #B2B2B2. Windows color (decimal): -4274892 or 3458494. OLE color: 3458494.

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

Color convert

RGB 190 197 52 -
CMYK 0.04 0 0.74 0.23
HSL 62.9º 0.58% 0.49% -
HSV(B) 62.9º 0.74% 0.77% -
XYZ 41.82 51.13 10.91 -
YUV 178.38 56.68 136.29 -
System Red Green Blue C M Y K H S L
Decimal 190 197 52 0.04 0 0.74 0.23 62.9 0.58 0.49
Hex BE C5 34 4 0 4A 17 3F 3A 31
Octal 276 305 64 4 0 112 27 77 72 61
Binary 10111110 11000101 110100 100 0 1001010 10111 111111 111010 110001

Color Harmonies of #BEC534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC534

Black with #BEC534

Text Example


Text Example

White with #BEC534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC534; }

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

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

background-color css

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

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

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

border-color css

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

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

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