Html Css Color HEX #BCE230 Fuego

📋 copy color: '#BCE230'

red 188 ◦ green 226 ◦ blue 48

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

Shades of Fuego #BCE230

Tints of Fuego #BCE230

RGB

 RED value IS 188 (73.83% from 255) = 40.69%

 GREEN value IS 226 (88.67% from 255) = 48.92%

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

R = 40.69%
G = 48.92%
B = 10.39%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#BCE230 (or 0xBCE230) is known color: Fuego. HEX triplet: BC, E2 and 30. RGB value is (188,226,48). Sum of RGB (Red+Green+Blue) = 188+226+48=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 226 (88.67% from 255 or 48.92% from 462); Blue value is 48 (19.14% from 255 or 10.39% from 462); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE230 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE230 is #431DCF. Grayscale: #C3C3C3. Windows color (decimal): -4398544 or 3203772. OLE color: 3203772.

HSL color Cylindrical-coordinate representation of color #BCE230: hue angle of 72.81º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BCE230 is Cyan = 0.17, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 226 48 -
CMYK 0.17 0 0.79 0.11
HSL 72.81º 0.75% 0.54% -
HSV(B) 72.81º 0.79% 0.89% -
XYZ 48.47 65.3 12.85 -
YUV 194.35 45.41 123.47 -
System Red Green Blue C M Y K H S L
Decimal 188 226 48 0.17 0 0.79 0.11 72.81 0.75 0.54
Hex BC E2 30 11 0 4F B 49 4B 36
Octal 274 342 60 21 0 117 13 111 113 66
Binary 10111100 11100010 110000 10001 0 1001111 1011 1001001 1001011 110110

Color Harmonies of #BCE230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE230

Black with #BCE230

Text Example


Text Example

White with #BCE230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE230; }

 p { color: rgb(188,226,48); }

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

background-color css

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

 a { background-color: rgb(188,226,48); }

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

border-color css

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

 span { border-color: rgb(188,226,48); }

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