Html Css Color HEX #BECE30 Fuego

📋 copy color: '#BECE30'

red 190 ◦ green 206 ◦ blue 48

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

Shades of Fuego #BECE30

Tints of Fuego #BECE30

RGB

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

 GREEN value IS 206 (80.86% from 255) = 46.4%

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

R = 42.79%
G = 46.4%
B = 10.81%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#BECE30 (or 0xBECE30) is known color: Fuego. HEX triplet: BE, CE and 30. RGB value is (190,206,48). Sum of RGB (Red+Green+Blue) = 190+206+48=444 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.79% from 444); Green value is 206 (80.86% from 255 or 46.40% from 444); Blue value is 48 (19.14% from 255 or 10.81% from 444); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECE30 is #4131CF. Grayscale: #B7B7B7. Windows color (decimal): -4272592 or 3198654. OLE color: 3198654.

HSL color Cylindrical-coordinate representation of color #BECE30: hue angle of 66.08º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BECE30 is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 206 48 -
CMYK 0.08 0 0.77 0.19
HSL 66.08º 0.62% 0.5% -
HSV(B) 66.08º 0.77% 0.81% -
XYZ 43.84 55.3 11.16 -
YUV 183.2 51.7 132.85 -
System Red Green Blue C M Y K H S L
Decimal 190 206 48 0.08 0 0.77 0.19 66.08 0.62 0.5
Hex BE CE 30 8 0 4D 13 42 3E 32
Octal 276 316 60 10 0 115 23 102 76 62
Binary 10111110 11001110 110000 1000 0 1001101 10011 1000010 111110 110010

Color Harmonies of #BECE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECE30

Black with #BECE30

Text Example


Text Example

White with #BECE30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECE30; }

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

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

background-color css

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

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

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

border-color css

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

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

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