Html Css Color HEX #BCD127 Fuego

📋 copy color: '#BCD127'

red 188 ◦ green 209 ◦ blue 39

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

Shades of Fuego #BCD127

Tints of Fuego #BCD127

RGB

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

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

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

R = 43.12%
G = 47.94%
B = 8.94%

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

#BCD127 (or 0xBCD127) is known color: Fuego. HEX triplet: BC, D1 and 27. RGB value is (188,209,39). Sum of RGB (Red+Green+Blue) = 188+209+39=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 209 (82.03% from 255 or 47.94% from 436); Blue value is 39 (15.62% from 255 or 8.94% from 436); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD127 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD127 is #432ED8. Grayscale: #B7B7B7. Windows color (decimal): -4402905 or 2609596. OLE color: 2609596.

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

Color convert

RGB 188 209 39 -
CMYK 0.10 0 0.81 0.18
HSL 67.41º 0.69% 0.49% -
HSV(B) 67.41º 0.81% 0.82% -
XYZ 43.91 56.44 10.5 -
YUV 183.34 46.54 131.32 -
System Red Green Blue C M Y K H S L
Decimal 188 209 39 0.10 0 0.81 0.18 67.41 0.69 0.49
Hex BC D1 27 A 0 51 12 43 45 31
Octal 274 321 47 12 0 121 22 103 105 61
Binary 10111100 11010001 100111 1010 0 1010001 10010 1000011 1000101 110001

Color Harmonies of #BCD127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD127

Black with #BCD127

Text Example


Text Example

White with #BCD127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD127; }

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

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

background-color css

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

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

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

border-color css

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

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

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