Html Css Color HEX #BCD326 Fuego

📋 copy color: '#BCD326'

red 188 ◦ green 211 ◦ blue 38

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

Shades of Fuego #BCD326

Tints of Fuego #BCD326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.7%

R = 43.02%
G = 48.28%
B = 8.7%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#BCD326 (or 0xBCD326) is known color: Fuego. HEX triplet: BC, D3 and 26. RGB value is (188,211,38). Sum of RGB (Red+Green+Blue) = 188+211+38=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 211 (82.81% from 255 or 48.28% from 437); Blue value is 38 (15.23% from 255 or 8.70% from 437); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD326 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD326 is #432CD9. Grayscale: #B9B9B9. Windows color (decimal): -4402394 or 2544572. OLE color: 2544572.

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

Color convert

RGB 188 211 38 -
CMYK 0.11 0 0.82 0.17
HSL 67.98º 0.69% 0.49% -
HSV(B) 67.98º 0.82% 0.83% -
XYZ 44.38 57.42 10.58 -
YUV 184.4 45.38 130.57 -
System Red Green Blue C M Y K H S L
Decimal 188 211 38 0.11 0 0.82 0.17 67.98 0.69 0.49
Hex BC D3 26 B 0 52 11 44 45 31
Octal 274 323 46 13 0 122 21 104 105 61
Binary 10111100 11010011 100110 1011 0 1010010 10001 1000100 1000101 110001

Color Harmonies of #BCD326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD326

Black with #BCD326

Text Example


Text Example

White with #BCD326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD326; }

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

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

background-color css

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

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

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

border-color css

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

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

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