Html Css Color HEX #BCD323 Fuego

📋 copy color: '#BCD323'

red 188 ◦ green 211 ◦ blue 35

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

Shades of Fuego #BCD323

Tints of Fuego #BCD323

RGB

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

 GREEN value IS 211 (82.81% from 255) = 48.62%

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

R = 43.32%
G = 48.62%
B = 8.06%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#BCD323 (or 0xBCD323) is known color: Fuego. HEX triplet: BC, D3 and 23. RGB value is (188,211,35). Sum of RGB (Red+Green+Blue) = 188+211+35=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 211 (82.81% from 255 or 48.62% from 434); Blue value is 35 (14.06% from 255 or 8.06% from 434); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD323 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD323 is #432CDC. Grayscale: #B8B8B8. Windows color (decimal): -4402397 or 2347964. OLE color: 2347964.

HSL color Cylindrical-coordinate representation of color #BCD323: hue angle of 67.84º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BCD323 is Cyan = 0.11, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 211 35 -
CMYK 0.11 0 0.83 0.17
HSL 67.84º 0.72% 0.48% -
HSV(B) 67.84º 0.83% 0.83% -
XYZ 44.34 57.4 10.33 -
YUV 184.06 43.88 130.81 -
System Red Green Blue C M Y K H S L
Decimal 188 211 35 0.11 0 0.83 0.17 67.84 0.72 0.48
Hex BC D3 23 B 0 53 11 44 48 30
Octal 274 323 43 13 0 123 21 104 110 60
Binary 10111100 11010011 100011 1011 0 1010011 10001 1000100 1001000 110000

Color Harmonies of #BCD323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD323

Black with #BCD323

Text Example


Text Example

White with #BCD323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD323; }

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

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

background-color css

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

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

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

border-color css

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

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

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