Html Css Color HEX #BCD027 Fuego

📋 copy color: '#BCD027'

red 188 ◦ green 208 ◦ blue 39

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

Shades of Fuego #BCD027

Tints of Fuego #BCD027

RGB

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

 GREEN value IS 208 (81.64% from 255) = 47.82%

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

R = 43.22%
G = 47.82%
B = 8.97%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#BCD027 (or 0xBCD027) is known color: Fuego. HEX triplet: BC, D0 and 27. RGB value is (188,208,39). Sum of RGB (Red+Green+Blue) = 188+208+39=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 208 (81.64% from 255 or 47.82% from 435); Blue value is 39 (15.62% from 255 or 8.97% from 435); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD027 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD027 is #432FD8. Grayscale: #B7B7B7. Windows color (decimal): -4403161 or 2609340. OLE color: 2609340.

HSL color Cylindrical-coordinate representation of color #BCD027: hue angle of 67.1º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BCD027 is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 208 39 -
CMYK 0.10 0 0.81 0.18
HSL 67.1º 0.68% 0.48% -
HSV(B) 67.1º 0.81% 0.82% -
XYZ 43.66 55.95 10.42 -
YUV 182.75 46.87 131.74 -
System Red Green Blue C M Y K H S L
Decimal 188 208 39 0.10 0 0.81 0.18 67.1 0.68 0.48
Hex BC D0 27 A 0 51 12 43 44 30
Octal 274 320 47 12 0 121 22 103 104 60
Binary 10111100 11010000 100111 1010 0 1010001 10010 1000011 1000100 110000

Color Harmonies of #BCD027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD027

Black with #BCD027

Text Example


Text Example

White with #BCD027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD027; }

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

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

background-color css

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

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

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

border-color css

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

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

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