Html Css Color HEX #BEC134 Fuego

📋 copy color: '#BEC134'

red 190 ◦ green 193 ◦ blue 52

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

Shades of Fuego #BEC134

Tints of Fuego #BEC134

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.37%

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

R = 43.68%
G = 44.37%
B = 11.95%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#BEC134 (or 0xBEC134) is known color: Fuego. HEX triplet: BE, C1 and 34. RGB value is (190,193,52). Sum of RGB (Red+Green+Blue) = 190+193+52=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 193 (75.78% from 255 or 44.37% from 435); Blue value is 52 (20.70% from 255 or 11.95% from 435); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC134 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC134 is #413ECB. Grayscale: #B0B0B0. Windows color (decimal): -4275916 or 3457470. OLE color: 3457470.

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

Color convert

RGB 190 193 52 -
CMYK 0.02 0 0.73 0.24
HSL 61.28º 0.58% 0.48% -
HSV(B) 61.28º 0.73% 0.76% -
XYZ 40.93 49.34 10.61 -
YUV 176.03 58.01 137.96 -
System Red Green Blue C M Y K H S L
Decimal 190 193 52 0.02 0 0.73 0.24 61.28 0.58 0.48
Hex BE C1 34 2 0 49 18 3D 3A 30
Octal 276 301 64 2 0 111 30 75 72 60
Binary 10111110 11000001 110100 10 0 1001001 11000 111101 111010 110000

Color Harmonies of #BEC134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC134

Black with #BEC134

Text Example


Text Example

White with #BEC134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC134; }

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

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

background-color css

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

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

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

border-color css

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

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

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