Html Css Color HEX #BCD137 Fuego

📋 copy color: '#BCD137'

red 188 ◦ green 209 ◦ blue 55

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

Shades of Fuego #BCD137

Tints of Fuego #BCD137

RGB

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

 GREEN value IS 209 (82.03% from 255) = 46.24%

 BLUE value IS 55 (21.88% from 255) = 12.17%

R = 41.59%
G = 46.24%
B = 12.17%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#BCD137 (or 0xBCD137) is known color: Fuego. HEX triplet: BC, D1 and 37. RGB value is (188,209,55). Sum of RGB (Red+Green+Blue) = 188+209+55=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 209 (82.03% from 255 or 46.24% from 452); Blue value is 55 (21.88% from 255 or 12.17% from 452); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD137 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD137 is #432EC8. Grayscale: #B9B9B9. Windows color (decimal): -4402889 or 3658172. OLE color: 3658172.

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

Color convert

RGB 188 209 55 -
CMYK 0.10 0 0.74 0.18
HSL 68.18º 0.63% 0.52% -
HSV(B) 68.18º 0.74% 0.82% -
XYZ 44.23 56.57 12.2 -
YUV 185.17 54.54 130.02 -
System Red Green Blue C M Y K H S L
Decimal 188 209 55 0.10 0 0.74 0.18 68.18 0.63 0.52
Hex BC D1 37 A 0 4A 12 44 3F 34
Octal 274 321 67 12 0 112 22 104 77 64
Binary 10111100 11010001 110111 1010 0 1001010 10010 1000100 111111 110100

Color Harmonies of #BCD137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD137

Black with #BCD137

Text Example


Text Example

White with #BCD137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD137; }

 p { color: rgb(188,209,55); }

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

background-color css

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

 a { background-color: rgb(188,209,55); }

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

border-color css

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

 span { border-color: rgb(188,209,55); }

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