Html Css Color HEX #BCDD27 Fuego

📋 copy color: '#BCDD27'

red 188 ◦ green 221 ◦ blue 39

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

Shades of Fuego #BCDD27

Tints of Fuego #BCDD27

RGB

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

 GREEN value IS 221 (86.72% from 255) = 49.33%

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

R = 41.96%
G = 49.33%
B = 8.71%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#BCDD27 (or 0xBCDD27) is known color: Fuego. HEX triplet: BC, DD and 27. RGB value is (188,221,39). Sum of RGB (Red+Green+Blue) = 188+221+39=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 221 (86.72% from 255 or 49.33% from 448); Blue value is 39 (15.62% from 255 or 8.71% from 448); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDD27 is #4322D8. Grayscale: #BFBFBF. Windows color (decimal): -4399833 or 2612668. OLE color: 2612668.

HSL color Cylindrical-coordinate representation of color #BCDD27: hue angle of 70.88º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BCDD27 is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 221 39 -
CMYK 0.15 0 0.82 0.13
HSL 70.88º 0.73% 0.51% -
HSV(B) 70.88º 0.82% 0.87% -
XYZ 46.96 62.55 11.52 -
YUV 190.39 42.57 126.3 -
System Red Green Blue C M Y K H S L
Decimal 188 221 39 0.15 0 0.82 0.13 70.88 0.73 0.51
Hex BC DD 27 F 0 52 D 47 49 33
Octal 274 335 47 17 0 122 15 107 111 63
Binary 10111100 11011101 100111 1111 0 1010010 1101 1000111 1001001 110011

Color Harmonies of #BCDD27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDD27

Black with #BCDD27

Text Example


Text Example

White with #BCDD27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDD27; }

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

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

background-color css

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

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

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

border-color css

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

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

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