Html Css Color HEX #BCE626 Fuego

📋 copy color: '#BCE626'

red 188 ◦ green 230 ◦ blue 38

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

Shades of Fuego #BCE626

Tints of Fuego #BCE626

RGB

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

 GREEN value IS 230 (90.23% from 255) = 50.44%

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

R = 41.23%
G = 50.44%
B = 8.33%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.83

 K value IS 0.10

RGB Variations

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

Color information

#BCE626 (or 0xBCE626) is known color: Fuego. HEX triplet: BC, E6 and 26. RGB value is (188,230,38). Sum of RGB (Red+Green+Blue) = 188+230+38=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 230 (90.23% from 255 or 50.44% from 456); Blue value is 38 (15.23% from 255 or 8.33% from 456); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE626 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCE626 is #4319D9. Grayscale: #C4C4C4. Windows color (decimal): -4397530 or 2549436. OLE color: 2549436.

HSL color Cylindrical-coordinate representation of color #BCE626: hue angle of 73.12º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BCE626 is Cyan = 0.18, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 230 38 -
CMYK 0.18 0 0.83 0.10
HSL 73.13º 0.79% 0.53% -
HSV(B) 73.13º 0.83% 0.9% -
XYZ 49.39 67.42 12.25 -
YUV 195.55 39.09 122.61 -
System Red Green Blue C M Y K H S L
Decimal 188 230 38 0.18 0 0.83 0.10 73.13 0.79 0.53
Hex BC E6 26 12 0 53 A 49 4F 35
Octal 274 346 46 22 0 123 12 111 117 65
Binary 10111100 11100110 100110 10010 0 1010011 1010 1001001 1001111 110101

Color Harmonies of #BCE626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE626

Black with #BCE626

Text Example


Text Example

White with #BCE626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE626; }

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

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

background-color css

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

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

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

border-color css

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

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

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