Html Css Color HEX #BCD123 Fuego

📋 copy color: '#BCD123'

red 188 ◦ green 209 ◦ blue 35

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

Shades of Fuego #BCD123

Tints of Fuego #BCD123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.1%

R = 43.52%
G = 48.38%
B = 8.1%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#BCD123 (or 0xBCD123) is known color: Fuego. HEX triplet: BC, D1 and 23. RGB value is (188,209,35). Sum of RGB (Red+Green+Blue) = 188+209+35=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 209 (82.03% from 255 or 48.38% from 432); Blue value is 35 (14.06% from 255 or 8.10% from 432); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD123 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD123 is #432EDC. Grayscale: #B7B7B7. Windows color (decimal): -4402909 or 2347452. OLE color: 2347452.

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

Color convert

RGB 188 209 35 -
CMYK 0.10 0 0.83 0.18
HSL 67.24º 0.71% 0.48% -
HSV(B) 67.24º 0.83% 0.82% -
XYZ 43.84 56.41 10.17 -
YUV 182.89 44.54 131.65 -
System Red Green Blue C M Y K H S L
Decimal 188 209 35 0.10 0 0.83 0.18 67.24 0.71 0.48
Hex BC D1 23 A 0 53 12 43 47 30
Octal 274 321 43 12 0 123 22 103 107 60
Binary 10111100 11010001 100011 1010 0 1010011 10010 1000011 1000111 110000

Color Harmonies of #BCD123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD123

Black with #BCD123

Text Example


Text Example

White with #BCD123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD123; }

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

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

background-color css

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

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

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

border-color css

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

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

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