Html Css Color HEX #BCE527 Fuego

📋 copy color: '#BCE527'

red 188 ◦ green 229 ◦ blue 39

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

Shades of Fuego #BCE527

Tints of Fuego #BCE527

RGB

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

 GREEN value IS 229 (89.84% from 255) = 50.22%

 BLUE value IS 39 (15.63% from 255) = 8.55%

R = 41.23%
G = 50.22%
B = 8.55%

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

#BCE527 (or 0xBCE527) is known color: Fuego. HEX triplet: BC, E5 and 27. RGB value is (188,229,39). Sum of RGB (Red+Green+Blue) = 188+229+39=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 229 (89.84% from 255 or 50.22% from 456); Blue value is 39 (15.62% from 255 or 8.55% from 456); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE527 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE527 is #431AD8. Grayscale: #C3C3C3. Windows color (decimal): -4397785 or 2614716. OLE color: 2614716.

HSL color Cylindrical-coordinate representation of color #BCE527: hue angle of 72.95º 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 #BCE527 is Cyan = 0.18, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 229 39 -
CMYK 0.18 0 0.83 0.10
HSL 72.95º 0.79% 0.53% -
HSV(B) 72.95º 0.83% 0.9% -
XYZ 49.12 66.88 12.24 -
YUV 195.08 39.92 122.95 -
System Red Green Blue C M Y K H S L
Decimal 188 229 39 0.18 0 0.83 0.10 72.95 0.79 0.53
Hex BC E5 27 12 0 53 A 49 4F 35
Octal 274 345 47 22 0 123 12 111 117 65
Binary 10111100 11100101 100111 10010 0 1010011 1010 1001001 1001111 110101

Color Harmonies of #BCE527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE527

Black with #BCE527

Text Example


Text Example

White with #BCE527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE527; }

 p { color: rgb(188,229,39); }

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

background-color css

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

 a { background-color: rgb(188,229,39); }

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

border-color css

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

 span { border-color: rgb(188,229,39); }

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