Html Css Color HEX #BCE726 Fuego

📋 copy color: '#BCE726'

red 188 ◦ green 231 ◦ blue 38

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

Shades of Fuego #BCE726

Tints of Fuego #BCE726

RGB

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

 GREEN value IS 231 (90.63% from 255) = 50.55%

 BLUE value IS 38 (15.23% from 255) = 8.32%

R = 41.14%
G = 50.55%
B = 8.32%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.84

 K value IS 0.09

RGB Variations

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

Color information

#BCE726 (or 0xBCE726) is known color: Fuego. HEX triplet: BC, E7 and 26. RGB value is (188,231,38). Sum of RGB (Red+Green+Blue) = 188+231+38=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 231 (90.62% from 255 or 50.55% from 457); Blue value is 38 (15.23% from 255 or 8.32% from 457); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE726 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCE726 is #4318D9. Grayscale: #C4C4C4. Windows color (decimal): -4397274 or 2549692. OLE color: 2549692.

HSL color Cylindrical-coordinate representation of color #BCE726: hue angle of 73.37º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BCE726 is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 231 38 -
CMYK 0.19 0 0.84 0.09
HSL 73.37º 0.8% 0.53% -
HSV(B) 73.37º 0.84% 0.91% -
XYZ 49.66 67.98 12.34 -
YUV 196.14 38.75 122.19 -
System Red Green Blue C M Y K H S L
Decimal 188 231 38 0.19 0 0.84 0.09 73.37 0.8 0.53
Hex BC E7 26 13 0 54 9 49 50 35
Octal 274 347 46 23 0 124 11 111 120 65
Binary 10111100 11100111 100110 10011 0 1010100 1001 1001001 1010000 110101

Color Harmonies of #BCE726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE726

Black with #BCE726

Text Example


Text Example

White with #BCE726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE726; }

 p { color: rgb(188,231,38); }

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

background-color css

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

 a { background-color: rgb(188,231,38); }

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

border-color css

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

 span { border-color: rgb(188,231,38); }

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