Html Css Color HEX #BEC130 Fuego

📋 copy color: '#BEC130'

red 190 ◦ green 193 ◦ blue 48

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

Shades of Fuego #BEC130

Tints of Fuego #BEC130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.14%

R = 44.08%
G = 44.78%
B = 11.14%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#BEC130 (or 0xBEC130) is known color: Fuego. HEX triplet: BE, C1 and 30. RGB value is (190,193,48). Sum of RGB (Red+Green+Blue) = 190+193+48=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 193 (75.78% from 255 or 44.78% from 431); Blue value is 48 (19.14% from 255 or 11.14% from 431); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC130 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC130 is #413ECF. Grayscale: #B0B0B0. Windows color (decimal): -4275920 or 3195326. OLE color: 3195326.

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

Color convert

RGB 190 193 48 -
CMYK 0.02 0 0.75 0.24
HSL 61.24º 0.6% 0.47% -
HSV(B) 61.24º 0.75% 0.76% -
XYZ 40.84 49.3 10.16 -
YUV 175.57 56.01 138.29 -
System Red Green Blue C M Y K H S L
Decimal 190 193 48 0.02 0 0.75 0.24 61.24 0.6 0.47
Hex BE C1 30 2 0 4B 18 3D 3C 2F
Octal 276 301 60 2 0 113 30 75 74 57
Binary 10111110 11000001 110000 10 0 1001011 11000 111101 111100 101111

Color Harmonies of #BEC130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC130

Black with #BEC130

Text Example


Text Example

White with #BEC130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC130; }

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

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

background-color css

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

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

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

border-color css

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

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

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